Html Css Color HEX #A75745 Crail

📋 copy color: '#A75745'

red 167 ◦ green 87 ◦ blue 69

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

Shades of Crail #A75745

Tints of Crail #A75745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 51.7%
G = 26.93%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A75745 (or 0xA75745) is known color: Crail. HEX triplet: A7, 57 and 45. RGB value is (167,87,69). Sum of RGB (Red+Green+Blue) = 167+87+69=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75745 is #58A8BA. Grayscale: #6D6D6D. Windows color (decimal): -5810363 or 4544423. OLE color: 4544423.

HSL color Cylindrical-coordinate representation of color #A75745: hue angle of 11.02º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75745 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 69 -
CMYK 0 0.48 0.59 0.35
HSL 11.02º 0.42% 0.46% -
HSV(B) 11.02º 0.59% 0.65% -
XYZ 20.42 15.46 7.54 -
YUV 108.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 167 87 69 0 0.48 0.59 0.35 11.02 0.42 0.46
Hex A7 57 45 0 30 3B 23 B 2A 2E
Octal 247 127 105 0 60 73 43 13 52 56
Binary 10100111 1010111 1000101 0 110000 111011 100011 1011 101010 101110

Color Harmonies of #A75745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75745

Black with #A75745

Text Example


Text Example

White with #A75745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75745; }

 p { color: rgb(167,87,69); }

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

background-color css

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

 a { background-color: rgb(167,87,69); }

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

border-color css

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

 span { border-color: rgb(167,87,69); }

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