Html Css Color HEX #AF7B24 Mandalay

📋 copy color: '#AF7B24'

red 175 ◦ green 123 ◦ blue 36

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

Shades of Mandalay #AF7B24

Tints of Mandalay #AF7B24

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 52.4%
G = 36.83%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7B24 (or 0xAF7B24) is known color: Mandalay. HEX triplet: AF, 7B and 24. RGB value is (175,123,36). Sum of RGB (Red+Green+Blue) = 175+123+36=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B24 is #5084DB. Grayscale: #818181. Windows color (decimal): -5276892 or 2390959. OLE color: 2390959.

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

Color convert

RGB 175 123 36 -
CMYK 0 0.30 0.79 0.31
HSL 37.55º 0.66% 0.41% -
HSV(B) 37.55º 0.79% 0.69% -
XYZ 25.08 23.41 4.87 -
YUV 128.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 175 123 36 0 0.30 0.79 0.31 37.55 0.66 0.41
Hex AF 7B 24 0 1E 4F 1F 26 42 29
Octal 257 173 44 0 36 117 37 46 102 51
Binary 10101111 1111011 100100 0 11110 1001111 11111 100110 1000010 101001

Color Harmonies of #AF7B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B24

Black with #AF7B24

Text Example


Text Example

White with #AF7B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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