Html Css Color HEX #AF7E25 Mandalay

📋 copy color: '#AF7E25'

red 175 ◦ green 126 ◦ blue 37

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

Shades of Mandalay #AF7E25

Tints of Mandalay #AF7E25

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 51.78%
G = 37.28%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF7E25 (or 0xAF7E25) is known color: Mandalay. HEX triplet: AF, 7E and 25. RGB value is (175,126,37). Sum of RGB (Red+Green+Blue) = 175+126+37=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E25 is #5081DA. Grayscale: #828282. Windows color (decimal): -5276123 or 2457263. OLE color: 2457263.

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

Color convert

RGB 175 126 37 -
CMYK 0 0.28 0.79 0.31
HSL 38.7º 0.65% 0.42% -
HSV(B) 38.7º 0.79% 0.69% -
XYZ 25.47 24.17 5.07 -
YUV 130.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 175 126 37 0 0.28 0.79 0.31 38.7 0.65 0.42
Hex AF 7E 25 0 1C 4F 1F 27 41 2A
Octal 257 176 45 0 34 117 37 47 101 52
Binary 10101111 1111110 100101 0 11100 1001111 11111 100111 1000001 101010

Color Harmonies of #AF7E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E25

Black with #AF7E25

Text Example


Text Example

White with #AF7E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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