Html Css Color HEX #AF7D25 Mandalay

📋 copy color: '#AF7D25'

red 175 ◦ green 125 ◦ blue 37

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

Shades of Mandalay #AF7D25

Tints of Mandalay #AF7D25

RGB

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

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

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

R = 51.93%
G = 37.09%
B = 10.98%

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

#AF7D25 (or 0xAF7D25) is known color: Mandalay. HEX triplet: AF, 7D and 25. RGB value is (175,125,37). Sum of RGB (Red+Green+Blue) = 175+125+37=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D25 is #5082DA. Grayscale: #828282. Windows color (decimal): -5276379 or 2457007. OLE color: 2457007.

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

Color convert

RGB 175 125 37 -
CMYK 0 0.29 0.79 0.31
HSL 38.26º 0.65% 0.42% -
HSV(B) 38.26º 0.79% 0.69% -
XYZ 25.35 23.91 5.03 -
YUV 129.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 175 125 37 0 0.29 0.79 0.31 38.26 0.65 0.42
Hex AF 7D 25 0 1D 4F 1F 26 41 2A
Octal 257 175 45 0 35 117 37 46 101 52
Binary 10101111 1111101 100101 0 11101 1001111 11111 100110 1000001 101010

Color Harmonies of #AF7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D25

Black with #AF7D25

Text Example


Text Example

White with #AF7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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