Html Css Color HEX #AF7C25 Mandalay

📋 copy color: '#AF7C25'

red 175 ◦ green 124 ◦ blue 37

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

Shades of Mandalay #AF7C25

Tints of Mandalay #AF7C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 52.08%
G = 36.9%
B = 11.01%

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

#AF7C25 (or 0xAF7C25) is known color: Mandalay. HEX triplet: AF, 7C and 25. RGB value is (175,124,37). Sum of RGB (Red+Green+Blue) = 175+124+37=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C25 is #5083DA. Grayscale: #818181. Windows color (decimal): -5276635 or 2456751. OLE color: 2456751.

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

Color convert

RGB 175 124 37 -
CMYK 0 0.29 0.79 0.31
HSL 37.83º 0.65% 0.42% -
HSV(B) 37.83º 0.79% 0.69% -
XYZ 25.22 23.66 4.99 -
YUV 129.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 175 124 37 0 0.29 0.79 0.31 37.83 0.65 0.42
Hex AF 7C 25 0 1D 4F 1F 26 41 2A
Octal 257 174 45 0 35 117 37 46 101 52
Binary 10101111 1111100 100101 0 11101 1001111 11111 100110 1000001 101010

Color Harmonies of #AF7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C25

Black with #AF7C25

Text Example


Text Example

White with #AF7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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