Html Css Color HEX #AF7A26 Mandalay

📋 copy color: '#AF7A26'

red 175 ◦ green 122 ◦ blue 38

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

Shades of Mandalay #AF7A26

Tints of Mandalay #AF7A26

RGB

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

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

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

R = 52.24%
G = 36.42%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7A26 (or 0xAF7A26) is known color: Mandalay. HEX triplet: AF, 7A and 26. RGB value is (175,122,38). Sum of RGB (Red+Green+Blue) = 175+122+38=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A26 is #5085D9. Grayscale: #808080. Windows color (decimal): -5277146 or 2521775. OLE color: 2521775.

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

Color convert

RGB 175 122 38 -
CMYK 0 0.30 0.78 0.31
HSL 36.79º 0.64% 0.42% -
HSV(B) 36.79º 0.78% 0.69% -
XYZ 24.99 23.17 4.99 -
YUV 128.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 175 122 38 0 0.30 0.78 0.31 36.79 0.64 0.42
Hex AF 7A 26 0 1E 4E 1F 25 40 2A
Octal 257 172 46 0 36 116 37 45 100 52
Binary 10101111 1111010 100110 0 11110 1001110 11111 100101 1000000 101010

Color Harmonies of #AF7A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A26

Black with #AF7A26

Text Example


Text Example

White with #AF7A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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