Html Css Color HEX #AF7A25 Mandalay

📋 copy color: '#AF7A25'

red 175 ◦ green 122 ◦ blue 37

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

Shades of Mandalay #AF7A25

Tints of Mandalay #AF7A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

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

R = 52.4%
G = 36.53%
B = 11.08%

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

#AF7A25 (or 0xAF7A25) is known color: Mandalay. HEX triplet: AF, 7A and 25. RGB value is (175,122,37). Sum of RGB (Red+Green+Blue) = 175+122+37=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A25 is #5085DA. Grayscale: #808080. Windows color (decimal): -5277147 or 2456239. OLE color: 2456239.

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

Color convert

RGB 175 122 37 -
CMYK 0 0.30 0.79 0.31
HSL 36.96º 0.65% 0.42% -
HSV(B) 36.96º 0.79% 0.69% -
XYZ 24.97 23.17 4.91 -
YUV 128.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 175 122 37 0 0.30 0.79 0.31 36.96 0.65 0.42
Hex AF 7A 25 0 1E 4F 1F 25 41 2A
Octal 257 172 45 0 36 117 37 45 101 52
Binary 10101111 1111010 100101 0 11110 1001111 11111 100101 1000001 101010

Color Harmonies of #AF7A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A25

Black with #AF7A25

Text Example


Text Example

White with #AF7A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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