Html Css Color HEX #AF8029 Mandalay

📋 copy color: '#AF8029'

red 175 ◦ green 128 ◦ blue 41

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

Shades of Mandalay #AF8029

Tints of Mandalay #AF8029

RGB

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

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

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

R = 50.87%
G = 37.21%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF8029 (or 0xAF8029) is known color: Mandalay. HEX triplet: AF, 80 and 29. RGB value is (175,128,41). Sum of RGB (Red+Green+Blue) = 175+128+41=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8029 is #507FD6. Grayscale: #848484. Windows color (decimal): -5275607 or 2719919. OLE color: 2719919.

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

Color convert

RGB 175 128 41 -
CMYK 0 0.27 0.77 0.31
HSL 38.96º 0.62% 0.42% -
HSV(B) 38.96º 0.77% 0.69% -
XYZ 25.8 24.71 5.51 -
YUV 132.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 175 128 41 0 0.27 0.77 0.31 38.96 0.62 0.42
Hex AF 80 29 0 1B 4D 1F 27 3E 2A
Octal 257 200 51 0 33 115 37 47 76 52
Binary 10101111 10000000 101001 0 11011 1001101 11111 100111 111110 101010

Color Harmonies of #AF8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8029

Black with #AF8029

Text Example


Text Example

White with #AF8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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