Html Css Color HEX #AF8122 Mandalay

📋 copy color: '#AF8122'

red 175 ◦ green 129 ◦ blue 34

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

Shades of Mandalay #AF8122

Tints of Mandalay #AF8122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 51.78%
G = 38.17%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF8122 (or 0xAF8122) is known color: Mandalay. HEX triplet: AF, 81 and 22. RGB value is (175,129,34). Sum of RGB (Red+Green+Blue) = 175+129+34=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8122 is #507EDD. Grayscale: #848484. Windows color (decimal): -5275358 or 2261423. OLE color: 2261423.

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

Color convert

RGB 175 129 34 -
CMYK 0 0.26 0.81 0.31
HSL 40.43º 0.67% 0.41% -
HSV(B) 40.43º 0.81% 0.69% -
XYZ 25.82 24.93 4.96 -
YUV 131.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 175 129 34 0 0.26 0.81 0.31 40.43 0.67 0.41
Hex AF 81 22 0 1A 51 1F 28 43 29
Octal 257 201 42 0 32 121 37 50 103 51
Binary 10101111 10000001 100010 0 11010 1010001 11111 101000 1000011 101001

Color Harmonies of #AF8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8122

Black with #AF8122

Text Example


Text Example

White with #AF8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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