Html Css Color HEX #AF7E26 Mandalay

📋 copy color: '#AF7E26'

red 175 ◦ green 126 ◦ blue 38

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

Shades of Mandalay #AF7E26

Tints of Mandalay #AF7E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 51.62%
G = 37.17%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7E26 (or 0xAF7E26) is known color: Mandalay. HEX triplet: AF, 7E and 26. RGB value is (175,126,38). Sum of RGB (Red+Green+Blue) = 175+126+38=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E26 is #5081D9. Grayscale: #838383. Windows color (decimal): -5276122 or 2522799. OLE color: 2522799.

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

Color convert

RGB 175 126 38 -
CMYK 0 0.28 0.78 0.31
HSL 38.54º 0.64% 0.42% -
HSV(B) 38.54º 0.78% 0.69% -
XYZ 25.49 24.18 5.16 -
YUV 130.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 175 126 38 0 0.28 0.78 0.31 38.54 0.64 0.42
Hex AF 7E 26 0 1C 4E 1F 27 40 2A
Octal 257 176 46 0 34 116 37 47 100 52
Binary 10101111 1111110 100110 0 11100 1001110 11111 100111 1000000 101010

Color Harmonies of #AF7E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E26

Black with #AF7E26

Text Example


Text Example

White with #AF7E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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