Html Css Color HEX #AF7D24 Mandalay

📋 copy color: '#AF7D24'

red 175 ◦ green 125 ◦ blue 36

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

Shades of Mandalay #AF7D24

Tints of Mandalay #AF7D24

RGB

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

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

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

R = 52.08%
G = 37.2%
B = 10.71%

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

#AF7D24 (or 0xAF7D24) is known color: Mandalay. HEX triplet: AF, 7D and 24. RGB value is (175,125,36). Sum of RGB (Red+Green+Blue) = 175+125+36=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D24 is #5082DB. Grayscale: #828282. Windows color (decimal): -5276380 or 2391471. OLE color: 2391471.

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

Color convert

RGB 175 125 36 -
CMYK 0 0.29 0.79 0.31
HSL 38.42º 0.66% 0.41% -
HSV(B) 38.42º 0.79% 0.69% -
XYZ 25.33 23.91 4.95 -
YUV 129.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 175 125 36 0 0.29 0.79 0.31 38.42 0.66 0.41
Hex AF 7D 24 0 1D 4F 1F 26 42 29
Octal 257 175 44 0 35 117 37 46 102 51
Binary 10101111 1111101 100100 0 11101 1001111 11111 100110 1000010 101001

Color Harmonies of #AF7D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D24

Black with #AF7D24

Text Example


Text Example

White with #AF7D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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