Html Css Color HEX #A75540 Crail

📋 copy color: '#A75540'

red 167 ◦ green 85 ◦ blue 64

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

Shades of Crail #A75540

Tints of Crail #A75540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 52.85%
G = 26.9%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A75540 (or 0xA75540) is known color: Crail. HEX triplet: A7, 55 and 40. RGB value is (167,85,64). Sum of RGB (Red+Green+Blue) = 167+85+64=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A75540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75540 is #58AABF. Grayscale: #6B6B6B. Windows color (decimal): -5810880 or 4216231. OLE color: 4216231.

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

Color convert

RGB 167 85 64 -
CMYK 0 0.49 0.62 0.35
HSL 12.23º 0.45% 0.45% -
HSV(B) 12.23º 0.62% 0.65% -
XYZ 20.11 15.08 6.7 -
YUV 107.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 167 85 64 0 0.49 0.62 0.35 12.23 0.45 0.45
Hex A7 55 40 0 31 3E 23 C 2D 2D
Octal 247 125 100 0 61 76 43 14 55 55
Binary 10100111 1010101 1000000 0 110001 111110 100011 1100 101101 101101

Color Harmonies of #A75540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75540

Black with #A75540

Text Example


Text Example

White with #A75540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75540; }

 p { color: rgb(167,85,64); }

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

background-color css

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

 a { background-color: rgb(167,85,64); }

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

border-color css

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

 span { border-color: rgb(167,85,64); }

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