Html Css Color HEX #AF7530 Mandalay

📋 copy color: '#AF7530'

red 175 ◦ green 117 ◦ blue 48

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

Shades of Mandalay #AF7530

Tints of Mandalay #AF7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 51.47%
G = 34.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF7530 (or 0xAF7530) is known color: Mandalay. HEX triplet: AF, 75 and 30. RGB value is (175,117,48). Sum of RGB (Red+Green+Blue) = 175+117+48=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7530 is #508ACF. Grayscale: #7E7E7E. Windows color (decimal): -5278416 or 3175855. OLE color: 3175855.

HSL color Cylindrical-coordinate representation of color #AF7530: hue angle of 32.6º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF7530 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 48 -
CMYK 0 0.33 0.73 0.31
HSL 32.6º 0.57% 0.44% -
HSV(B) 32.6º 0.73% 0.69% -
XYZ 24.57 22.05 5.76 -
YUV 126.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 175 117 48 0 0.33 0.73 0.31 32.6 0.57 0.44
Hex AF 75 30 0 21 49 1F 21 39 2C
Octal 257 165 60 0 41 111 37 41 71 54
Binary 10101111 1110101 110000 0 100001 1001001 11111 100001 111001 101100

Color Harmonies of #AF7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7530

Black with #AF7530

Text Example


Text Example

White with #AF7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7530; }

 p { color: rgb(175,117,48); }

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

background-color css

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

 a { background-color: rgb(175,117,48); }

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

border-color css

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

 span { border-color: rgb(175,117,48); }

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