Html Css Color HEX #AF7A27 Mandalay

📋 copy color: '#AF7A27'

red 175 ◦ green 122 ◦ blue 39

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

Shades of Mandalay #AF7A27

Tints of Mandalay #AF7A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 52.08%
G = 36.31%
B = 11.61%

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

#AF7A27 (or 0xAF7A27) is known color: Mandalay. HEX triplet: AF, 7A and 27. RGB value is (175,122,39). Sum of RGB (Red+Green+Blue) = 175+122+39=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A27 is #5085D8. Grayscale: #808080. Windows color (decimal): -5277145 or 2587311. OLE color: 2587311.

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

Color convert

RGB 175 122 39 -
CMYK 0 0.30 0.78 0.31
HSL 36.62º 0.64% 0.42% -
HSV(B) 36.62º 0.78% 0.69% -
XYZ 25 23.18 5.08 -
YUV 128.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 175 122 39 0 0.30 0.78 0.31 36.62 0.64 0.42
Hex AF 7A 27 0 1E 4E 1F 25 40 2A
Octal 257 172 47 0 36 116 37 45 100 52
Binary 10101111 1111010 100111 0 11110 1001110 11111 100101 1000000 101010

Color Harmonies of #AF7A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A27

Black with #AF7A27

Text Example


Text Example

White with #AF7A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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