Html Css Color HEX #AF812A Mandalay

📋 copy color: '#AF812A'

red 175 ◦ green 129 ◦ blue 42

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

Shades of Mandalay #AF812A

Tints of Mandalay #AF812A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 50.58%
G = 37.28%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF812A (or 0xAF812A) is known color: Mandalay. HEX triplet: AF, 81 and 2A. RGB value is (175,129,42). Sum of RGB (Red+Green+Blue) = 175+129+42=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF812A is #507ED5. Grayscale: #858585. Windows color (decimal): -5275350 or 2785711. OLE color: 2785711.

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

Color convert

RGB 175 129 42 -
CMYK 0 0.26 0.76 0.31
HSL 39.25º 0.61% 0.43% -
HSV(B) 39.25º 0.76% 0.69% -
XYZ 25.95 24.98 5.64 -
YUV 132.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 175 129 42 0 0.26 0.76 0.31 39.25 0.61 0.43
Hex AF 81 2A 0 1A 4C 1F 27 3D 2B
Octal 257 201 52 0 32 114 37 47 75 53
Binary 10101111 10000001 101010 0 11010 1001100 11111 100111 111101 101011

Color Harmonies of #AF812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF812A

Black with #AF812A

Text Example


Text Example

White with #AF812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF812A; }

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

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

background-color css

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

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

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

border-color css

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

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

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