Html Css Color HEX #AF7D27 Mandalay

📋 copy color: '#AF7D27'

red 175 ◦ green 125 ◦ blue 39

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

Shades of Mandalay #AF7D27

Tints of Mandalay #AF7D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

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

R = 51.62%
G = 36.87%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7D27 (or 0xAF7D27) is known color: Mandalay. HEX triplet: AF, 7D and 27. RGB value is (175,125,39). Sum of RGB (Red+Green+Blue) = 175+125+39=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D27 is #5082D8. Grayscale: #828282. Windows color (decimal): -5276377 or 2588079. OLE color: 2588079.

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

Color convert

RGB 175 125 39 -
CMYK 0 0.29 0.78 0.31
HSL 37.94º 0.64% 0.42% -
HSV(B) 37.94º 0.78% 0.69% -
XYZ 25.38 23.93 5.2 -
YUV 130.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 175 125 39 0 0.29 0.78 0.31 37.94 0.64 0.42
Hex AF 7D 27 0 1D 4E 1F 26 40 2A
Octal 257 175 47 0 35 116 37 46 100 52
Binary 10101111 1111101 100111 0 11101 1001110 11111 100110 1000000 101010

Color Harmonies of #AF7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D27

Black with #AF7D27

Text Example


Text Example

White with #AF7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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