Html Css Color HEX #AF8125 Mandalay

📋 copy color: '#AF8125'

red 175 ◦ green 129 ◦ blue 37

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

Shades of Mandalay #AF8125

Tints of Mandalay #AF8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 51.32%
G = 37.83%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF8125 (or 0xAF8125) is known color: Mandalay. HEX triplet: AF, 81 and 25. RGB value is (175,129,37). Sum of RGB (Red+Green+Blue) = 175+129+37=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8125 is #507EDA. Grayscale: #848484. Windows color (decimal): -5275355 or 2458031. OLE color: 2458031.

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

Color convert

RGB 175 129 37 -
CMYK 0 0.26 0.79 0.31
HSL 40º 0.65% 0.42% -
HSV(B) 40º 0.79% 0.69% -
XYZ 25.86 24.95 5.2 -
YUV 132.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 175 129 37 0 0.26 0.79 0.31 40 0.65 0.42
Hex AF 81 25 0 1A 4F 1F 28 41 2A
Octal 257 201 45 0 32 117 37 50 101 52
Binary 10101111 10000001 100101 0 11010 1001111 11111 101000 1000001 101010

Color Harmonies of #AF8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8125

Black with #AF8125

Text Example


Text Example

White with #AF8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8125; }

 p { color: rgb(175,129,37); }

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

background-color css

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

 a { background-color: rgb(175,129,37); }

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

border-color css

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

 span { border-color: rgb(175,129,37); }

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