Html Css Color HEX #AF8024 Mandalay

📋 copy color: '#AF8024'

red 175 ◦ green 128 ◦ blue 36

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

Shades of Mandalay #AF8024

Tints of Mandalay #AF8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 51.62%
G = 37.76%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF8024 (or 0xAF8024) is known color: Mandalay. HEX triplet: AF, 80 and 24. RGB value is (175,128,36). Sum of RGB (Red+Green+Blue) = 175+128+36=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8024 is #507FDB. Grayscale: #838383. Windows color (decimal): -5275612 or 2392239. OLE color: 2392239.

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

Color convert

RGB 175 128 36 -
CMYK 0 0.27 0.79 0.31
HSL 39.71º 0.66% 0.41% -
HSV(B) 39.71º 0.79% 0.69% -
XYZ 25.72 24.68 5.08 -
YUV 131.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 175 128 36 0 0.27 0.79 0.31 39.71 0.66 0.41
Hex AF 80 24 0 1B 4F 1F 28 42 29
Octal 257 200 44 0 33 117 37 50 102 51
Binary 10101111 10000000 100100 0 11011 1001111 11111 101000 1000010 101001

Color Harmonies of #AF8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8024

Black with #AF8024

Text Example


Text Example

White with #AF8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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