Html Css Color HEX #AF8428 Mandalay

📋 copy color: '#AF8428'

red 175 ◦ green 132 ◦ blue 40

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

Shades of Mandalay #AF8428

Tints of Mandalay #AF8428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 50.43%
G = 38.04%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF8428 (or 0xAF8428) is known color: Mandalay. HEX triplet: AF, 84 and 28. RGB value is (175,132,40). Sum of RGB (Red+Green+Blue) = 175+132+40=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8428 is #507BD7. Grayscale: #868686. Windows color (decimal): -5274584 or 2655407. OLE color: 2655407.

HSL color Cylindrical-coordinate representation of color #AF8428: hue angle of 40.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF8428 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 40 -
CMYK 0 0.25 0.77 0.31
HSL 40.89º 0.63% 0.42% -
HSV(B) 40.89º 0.77% 0.69% -
XYZ 26.31 25.77 5.59 -
YUV 134.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 175 132 40 0 0.25 0.77 0.31 40.89 0.63 0.42
Hex AF 84 28 0 19 4D 1F 29 3F 2A
Octal 257 204 50 0 31 115 37 51 77 52
Binary 10101111 10000100 101000 0 11001 1001101 11111 101001 111111 101010

Color Harmonies of #AF8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8428

Black with #AF8428

Text Example


Text Example

White with #AF8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8428; }

 p { color: rgb(175,132,40); }

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

background-color css

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

 a { background-color: rgb(175,132,40); }

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

border-color css

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

 span { border-color: rgb(175,132,40); }

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