Html Css Color HEX #AF8229 Mandalay

📋 copy color: '#AF8229'

red 175 ◦ green 130 ◦ blue 41

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

Shades of Mandalay #AF8229

Tints of Mandalay #AF8229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 50.58%
G = 37.57%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF8229 (or 0xAF8229) is known color: Mandalay. HEX triplet: AF, 82 and 29. RGB value is (175,130,41). Sum of RGB (Red+Green+Blue) = 175+130+41=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8229 is #507DD6. Grayscale: #858585. Windows color (decimal): -5275095 or 2720431. OLE color: 2720431.

HSL color Cylindrical-coordinate representation of color #AF8229: hue angle of 39.85º degrees, saturation: 0.62, 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 #AF8229 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 41 -
CMYK 0 0.26 0.77 0.31
HSL 39.85º 0.62% 0.42% -
HSV(B) 39.85º 0.77% 0.69% -
XYZ 26.06 25.24 5.6 -
YUV 133.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 175 130 41 0 0.26 0.77 0.31 39.85 0.62 0.42
Hex AF 82 29 0 1A 4D 1F 28 3E 2A
Octal 257 202 51 0 32 115 37 50 76 52
Binary 10101111 10000010 101001 0 11010 1001101 11111 101000 111110 101010

Color Harmonies of #AF8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8229

Black with #AF8229

Text Example


Text Example

White with #AF8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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