Html Css Color HEX #AF8022 Mandalay

📋 copy color: '#AF8022'

red 175 ◦ green 128 ◦ blue 34

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

Shades of Mandalay #AF8022

Tints of Mandalay #AF8022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

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

R = 51.93%
G = 37.98%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF8022 (or 0xAF8022) is known color: Mandalay. HEX triplet: AF, 80 and 22. RGB value is (175,128,34). Sum of RGB (Red+Green+Blue) = 175+128+34=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8022 is #507FDD. Grayscale: #838383. Windows color (decimal): -5275614 or 2261167. OLE color: 2261167.

HSL color Cylindrical-coordinate representation of color #AF8022: hue angle of 40º 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 #AF8022 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 34 -
CMYK 0 0.27 0.81 0.31
HSL 40º 0.67% 0.41% -
HSV(B) 40º 0.81% 0.69% -
XYZ 25.69 24.67 4.92 -
YUV 131.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 175 128 34 0 0.27 0.81 0.31 40 0.67 0.41
Hex AF 80 22 0 1B 51 1F 28 43 29
Octal 257 200 42 0 33 121 37 50 103 51
Binary 10101111 10000000 100010 0 11011 1010001 11111 101000 1000011 101001

Color Harmonies of #AF8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8022

Black with #AF8022

Text Example


Text Example

White with #AF8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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