Html Css Color HEX #AF7D30 Mandalay

📋 copy color: '#AF7D30'

red 175 ◦ green 125 ◦ blue 48

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

Shades of Mandalay #AF7D30

Tints of Mandalay #AF7D30

RGB

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

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

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

R = 50.29%
G = 35.92%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF7D30 (or 0xAF7D30) is known color: Mandalay. HEX triplet: AF, 7D and 30. RGB value is (175,125,48). Sum of RGB (Red+Green+Blue) = 175+125+48=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D30 is #5082CF. Grayscale: #838383. Windows color (decimal): -5276368 or 3177903. OLE color: 3177903.

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

Color convert

RGB 175 125 48 -
CMYK 0 0.29 0.73 0.31
HSL 36.38º 0.57% 0.44% -
HSV(B) 36.38º 0.73% 0.69% -
XYZ 25.55 23.99 6.08 -
YUV 131.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 175 125 48 0 0.29 0.73 0.31 36.38 0.57 0.44
Hex AF 7D 30 0 1D 49 1F 24 39 2C
Octal 257 175 60 0 35 111 37 44 71 54
Binary 10101111 1111101 110000 0 11101 1001001 11111 100100 111001 101100

Color Harmonies of #AF7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D30

Black with #AF7D30

Text Example


Text Example

White with #AF7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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