Html Css Color HEX #AF7E29 Mandalay

📋 copy color: '#AF7E29'

red 175 ◦ green 126 ◦ blue 41

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

Shades of Mandalay #AF7E29

Tints of Mandalay #AF7E29

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

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

R = 51.17%
G = 36.84%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF7E29 (or 0xAF7E29) is known color: Mandalay. HEX triplet: AF, 7E and 29. RGB value is (175,126,41). Sum of RGB (Red+Green+Blue) = 175+126+41=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E29 is #5081D6. Grayscale: #838383. Windows color (decimal): -5276119 or 2719407. OLE color: 2719407.

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

Color convert

RGB 175 126 41 -
CMYK 0 0.28 0.77 0.31
HSL 38.06º 0.62% 0.42% -
HSV(B) 38.06º 0.77% 0.69% -
XYZ 25.54 24.2 5.42 -
YUV 130.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 175 126 41 0 0.28 0.77 0.31 38.06 0.62 0.42
Hex AF 7E 29 0 1C 4D 1F 26 3E 2A
Octal 257 176 51 0 34 115 37 46 76 52
Binary 10101111 1111110 101001 0 11100 1001101 11111 100110 111110 101010

Color Harmonies of #AF7E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E29

Black with #AF7E29

Text Example


Text Example

White with #AF7E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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