Html Css Color HEX #AF8225 Mandalay

📋 copy color: '#AF8225'

red 175 ◦ green 130 ◦ blue 37

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

Shades of Mandalay #AF8225

Tints of Mandalay #AF8225

RGB

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

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

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

R = 51.17%
G = 38.01%
B = 10.82%

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

#AF8225 (or 0xAF8225) is known color: Mandalay. HEX triplet: AF, 82 and 25. RGB value is (175,130,37). Sum of RGB (Red+Green+Blue) = 175+130+37=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8225 is #507DDA. Grayscale: #858585. Windows color (decimal): -5275099 or 2458287. OLE color: 2458287.

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

Color convert

RGB 175 130 37 -
CMYK 0 0.26 0.79 0.31
HSL 40.43º 0.65% 0.42% -
HSV(B) 40.43º 0.79% 0.69% -
XYZ 26 25.21 5.25 -
YUV 132.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 175 130 37 0 0.26 0.79 0.31 40.43 0.65 0.42
Hex AF 82 25 0 1A 4F 1F 28 41 2A
Octal 257 202 45 0 32 117 37 50 101 52
Binary 10101111 10000010 100101 0 11010 1001111 11111 101000 1000001 101010

Color Harmonies of #AF8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8225

Black with #AF8225

Text Example


Text Example

White with #AF8225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8225; }

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

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

background-color css

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

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

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

border-color css

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

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

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