Html Css Color HEX #AF7D20 Mandalay

📋 copy color: '#AF7D20'

red 175 ◦ green 125 ◦ blue 32

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

Shades of Mandalay #AF7D20

Tints of Mandalay #AF7D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 52.71%
G = 37.65%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF7D20 (or 0xAF7D20) is known color: Mandalay. HEX triplet: AF, 7D and 20. RGB value is (175,125,32). Sum of RGB (Red+Green+Blue) = 175+125+32=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D20 is #5082DF. Grayscale: #818181. Windows color (decimal): -5276384 or 2129327. OLE color: 2129327.

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

Color convert

RGB 175 125 32 -
CMYK 0 0.29 0.82 0.31
HSL 39.02º 0.69% 0.41% -
HSV(B) 39.02º 0.82% 0.69% -
XYZ 25.27 23.89 4.64 -
YUV 129.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 175 125 32 0 0.29 0.82 0.31 39.02 0.69 0.41
Hex AF 7D 20 0 1D 52 1F 27 45 29
Octal 257 175 40 0 35 122 37 47 105 51
Binary 10101111 1111101 100000 0 11101 1010010 11111 100111 1000101 101001

Color Harmonies of #AF7D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D20

Black with #AF7D20

Text Example


Text Example

White with #AF7D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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