Html Css Color HEX #AF8222 Mandalay

📋 copy color: '#AF8222'

red 175 ◦ green 130 ◦ blue 34

#AF8222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #AF8222

Tints of Mandalay #AF8222

RGB

 RED value IS 175 (68.75% from 255) = 51.62%

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 51.62%
G = 38.35%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8222 (or 0xAF8222) is known color: Mandalay. HEX triplet: AF, 82 and 22. RGB value is (175,130,34). Sum of RGB (Red+Green+Blue) = 175+130+34=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8222 is #507DDD. Grayscale: #848484. Windows color (decimal): -5275102 or 2261679. OLE color: 2261679.

HSL color Cylindrical-coordinate representation of color #AF8222: hue angle of 40.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF8222 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 34 -
CMYK 0 0.26 0.81 0.31
HSL 40.85º 0.67% 0.41% -
HSV(B) 40.85º 0.81% 0.69% -
XYZ 25.95 25.19 5.01 -
YUV 132.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 175 130 34 0 0.26 0.81 0.31 40.85 0.67 0.41
Hex AF 82 22 0 1A 51 1F 29 43 29
Octal 257 202 42 0 32 121 37 51 103 51
Binary 10101111 10000010 100010 0 11010 1010001 11111 101001 1000011 101001

Color Harmonies of #AF8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8222

Black with #AF8222

Text Example


Text Example

White with #AF8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8222; }

 p { color: rgb(175,130,34); }

 H1.HeaderClassName
 {
   color: #AF8222;
 }
 .AnyTagClassName
 {
   color: #AF8222;
 }
</style>

background-color css

<style>
 a { background-color: #AF8222; }

 a { background-color: rgb(175,130,34); }

 div.DivClassName
 {
   background-color: #AF8222;
 }
 .BgClassName
 {
   background-color: #AF8222;
 }
</style>

border-color css

<style>
 span { border-color: #AF8222; }

 span { border-color: rgb(175,130,34); }

 td.TdClassName
 {
   border-color: #AF8222;
 }
 .TagClassName
 {
   border-color: #AF8222;
 }
</style>