Html Css Color HEX #AF8223 Mandalay

📋 copy color: '#AF8223'

red 175 ◦ green 130 ◦ blue 35

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

Shades of Mandalay #AF8223

Tints of Mandalay #AF8223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 51.47%
G = 38.24%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF8223 (or 0xAF8223) is known color: Mandalay. HEX triplet: AF, 82 and 23. RGB value is (175,130,35). Sum of RGB (Red+Green+Blue) = 175+130+35=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8223 is #507DDC. Grayscale: #858585. Windows color (decimal): -5275101 or 2327215. OLE color: 2327215.

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

Color convert

RGB 175 130 35 -
CMYK 0 0.26 0.8 0.31
HSL 40.71º 0.67% 0.41% -
HSV(B) 40.71º 0.8% 0.69% -
XYZ 25.97 25.2 5.09 -
YUV 132.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 175 130 35 0 0.26 0.8 0.31 40.71 0.67 0.41
Hex AF 82 23 0 1A 50 1F 29 43 29
Octal 257 202 43 0 32 120 37 51 103 51
Binary 10101111 10000010 100011 0 11010 1010000 11111 101001 1000011 101001

Color Harmonies of #AF8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8223

Black with #AF8223

Text Example


Text Example

White with #AF8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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