Html Css Color HEX #AF7C30 Mandalay

📋 copy color: '#AF7C30'

red 175 ◦ green 124 ◦ blue 48

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

Shades of Mandalay #AF7C30

Tints of Mandalay #AF7C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

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

R = 50.43%
G = 35.73%
B = 13.83%

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

#AF7C30 (or 0xAF7C30) is known color: Mandalay. HEX triplet: AF, 7C and 30. RGB value is (175,124,48). Sum of RGB (Red+Green+Blue) = 175+124+48=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C30 is #5083CF. Grayscale: #828282. Windows color (decimal): -5276624 or 3177647. OLE color: 3177647.

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

Color convert

RGB 175 124 48 -
CMYK 0 0.29 0.73 0.31
HSL 35.91º 0.57% 0.44% -
HSV(B) 35.91º 0.73% 0.69% -
XYZ 25.42 23.74 6.04 -
YUV 130.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 175 124 48 0 0.29 0.73 0.31 35.91 0.57 0.44
Hex AF 7C 30 0 1D 49 1F 24 39 2C
Octal 257 174 60 0 35 111 37 44 71 54
Binary 10101111 1111100 110000 0 11101 1001001 11111 100100 111001 101100

Color Harmonies of #AF7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C30

Black with #AF7C30

Text Example


Text Example

White with #AF7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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