Html Css Color HEX #AF7B29 Mandalay

📋 copy color: '#AF7B29'

red 175 ◦ green 123 ◦ blue 41

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

Shades of Mandalay #AF7B29

Tints of Mandalay #AF7B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

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

R = 51.62%
G = 36.28%
B = 12.09%

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

#AF7B29 (or 0xAF7B29) is known color: Mandalay. HEX triplet: AF, 7B and 29. RGB value is (175,123,41). Sum of RGB (Red+Green+Blue) = 175+123+41=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B29 is #5084D6. Grayscale: #818181. Windows color (decimal): -5276887 or 2718639. OLE color: 2718639.

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

Color convert

RGB 175 123 41 -
CMYK 0 0.30 0.77 0.31
HSL 36.72º 0.62% 0.42% -
HSV(B) 36.72º 0.77% 0.69% -
XYZ 25.16 23.44 5.3 -
YUV 129.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 175 123 41 0 0.30 0.77 0.31 36.72 0.62 0.42
Hex AF 7B 29 0 1E 4D 1F 25 3E 2A
Octal 257 173 51 0 36 115 37 45 76 52
Binary 10101111 1111011 101001 0 11110 1001101 11111 100101 111110 101010

Color Harmonies of #AF7B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B29

Black with #AF7B29

Text Example


Text Example

White with #AF7B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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