Html Css Color HEX #A75E48 Crail

📋 copy color: '#A75E48'

red 167 ◦ green 94 ◦ blue 72

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

Shades of Crail #A75E48

Tints of Crail #A75E48

RGB

 RED value IS 167 (65.63% from 255) = 50.15%

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 50.15%
G = 28.23%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A75E48 (or 0xA75E48) is known color: Crail. HEX triplet: A7, 5E and 48. RGB value is (167,94,72). Sum of RGB (Red+Green+Blue) = 167+94+72=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E48 is #58A1B7. Grayscale: #717171. Windows color (decimal): -5808568 or 4742823. OLE color: 4742823.

HSL color Cylindrical-coordinate representation of color #A75E48: hue angle of 13.89º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75E48 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 72 -
CMYK 0 0.44 0.57 0.35
HSL 13.89º 0.4% 0.47% -
HSV(B) 13.89º 0.57% 0.65% -
XYZ 21.11 16.69 8.24 -
YUV 113.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 167 94 72 0 0.44 0.57 0.35 13.89 0.4 0.47
Hex A7 5E 48 0 2C 39 23 E 28 2F
Octal 247 136 110 0 54 71 43 16 50 57
Binary 10100111 1011110 1001000 0 101100 111001 100011 1110 101000 101111

Color Harmonies of #A75E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E48

Black with #A75E48

Text Example


Text Example

White with #A75E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E48; }

 p { color: rgb(167,94,72); }

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

background-color css

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

 a { background-color: rgb(167,94,72); }

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

border-color css

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

 span { border-color: rgb(167,94,72); }

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