Html Css Color HEX #AF7C24 Mandalay

📋 copy color: '#AF7C24'

red 175 ◦ green 124 ◦ blue 36

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

Shades of Mandalay #AF7C24

Tints of Mandalay #AF7C24

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 52.24%
G = 37.01%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7C24 (or 0xAF7C24) is known color: Mandalay. HEX triplet: AF, 7C and 24. RGB value is (175,124,36). Sum of RGB (Red+Green+Blue) = 175+124+36=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C24 is #5083DB. Grayscale: #818181. Windows color (decimal): -5276636 or 2391215. OLE color: 2391215.

HSL color Cylindrical-coordinate representation of color #AF7C24: hue angle of 37.99º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7C24 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 36 -
CMYK 0 0.29 0.79 0.31
HSL 37.99º 0.66% 0.41% -
HSV(B) 37.99º 0.79% 0.69% -
XYZ 25.21 23.66 4.91 -
YUV 129.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 175 124 36 0 0.29 0.79 0.31 37.99 0.66 0.41
Hex AF 7C 24 0 1D 4F 1F 26 42 29
Octal 257 174 44 0 35 117 37 46 102 51
Binary 10101111 1111100 100100 0 11101 1001111 11111 100110 1000010 101001

Color Harmonies of #AF7C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C24

Black with #AF7C24

Text Example


Text Example

White with #AF7C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C24; }

 p { color: rgb(175,124,36); }

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

background-color css

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

 a { background-color: rgb(175,124,36); }

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

border-color css

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

 span { border-color: rgb(175,124,36); }

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