Html Css Color HEX #AF7A29 Mandalay

📋 copy color: '#AF7A29'

red 175 ◦ green 122 ◦ blue 41

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

Shades of Mandalay #AF7A29

Tints of Mandalay #AF7A29

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 51.78%
G = 36.09%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF7A29 (or 0xAF7A29) is known color: Mandalay. HEX triplet: AF, 7A and 29. RGB value is (175,122,41). Sum of RGB (Red+Green+Blue) = 175+122+41=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A29 is #5085D6. Grayscale: #808080. Windows color (decimal): -5277143 or 2718383. OLE color: 2718383.

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

Color convert

RGB 175 122 41 -
CMYK 0 0.30 0.77 0.31
HSL 36.27º 0.62% 0.42% -
HSV(B) 36.27º 0.77% 0.69% -
XYZ 25.04 23.19 5.25 -
YUV 128.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 175 122 41 0 0.30 0.77 0.31 36.27 0.62 0.42
Hex AF 7A 29 0 1E 4D 1F 24 3E 2A
Octal 257 172 51 0 36 115 37 44 76 52
Binary 10101111 1111010 101001 0 11110 1001101 11111 100100 111110 101010

Color Harmonies of #AF7A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A29

Black with #AF7A29

Text Example


Text Example

White with #AF7A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A29; }

 p { color: rgb(175,122,41); }

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

background-color css

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

 a { background-color: rgb(175,122,41); }

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

border-color css

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

 span { border-color: rgb(175,122,41); }

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