Html Css Color HEX #A75041 Crail

📋 copy color: '#A75041'

red 167 ◦ green 80 ◦ blue 65

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

Shades of Crail #A75041

Tints of Crail #A75041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 53.53%
G = 25.64%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A75041 (or 0xA75041) is known color: Crail. HEX triplet: A7, 50 and 41. RGB value is (167,80,65). Sum of RGB (Red+Green+Blue) = 167+80+65=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A75041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75041 is #58AFBE. Grayscale: #686868. Windows color (decimal): -5812159 or 4280487. OLE color: 4280487.

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

Color convert

RGB 167 80 65 -
CMYK 0 0.52 0.61 0.35
HSL 8.82º 0.44% 0.45% -
HSV(B) 8.82º 0.61% 0.65% -
XYZ 19.76 14.33 6.73 -
YUV 104.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 167 80 65 0 0.52 0.61 0.35 8.82 0.44 0.45
Hex A7 50 41 0 34 3D 23 9 2C 2D
Octal 247 120 101 0 64 75 43 11 54 55
Binary 10100111 1010000 1000001 0 110100 111101 100011 1001 101100 101101

Color Harmonies of #A75041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75041

Black with #A75041

Text Example


Text Example

White with #A75041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75041; }

 p { color: rgb(167,80,65); }

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

background-color css

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

 a { background-color: rgb(167,80,65); }

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

border-color css

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

 span { border-color: rgb(167,80,65); }

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