Html Css Color HEX #AF8224 Mandalay

📋 copy color: '#AF8224'

red 175 ◦ green 130 ◦ blue 36

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

Shades of Mandalay #AF8224

Tints of Mandalay #AF8224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 51.32%
G = 38.12%
B = 10.56%

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

#AF8224 (or 0xAF8224) is known color: Mandalay. HEX triplet: AF, 82 and 24. RGB value is (175,130,36). Sum of RGB (Red+Green+Blue) = 175+130+36=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8224 is #507DDB. Grayscale: #858585. Windows color (decimal): -5275100 or 2392751. OLE color: 2392751.

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

Color convert

RGB 175 130 36 -
CMYK 0 0.26 0.79 0.31
HSL 40.58º 0.66% 0.41% -
HSV(B) 40.58º 0.79% 0.69% -
XYZ 25.98 25.21 5.17 -
YUV 132.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 175 130 36 0 0.26 0.79 0.31 40.58 0.66 0.41
Hex AF 82 24 0 1A 4F 1F 29 42 29
Octal 257 202 44 0 32 117 37 51 102 51
Binary 10101111 10000010 100100 0 11010 1001111 11111 101001 1000010 101001

Color Harmonies of #AF8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8224

Black with #AF8224

Text Example


Text Example

White with #AF8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8224; }

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

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

background-color css

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

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

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

border-color css

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

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

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