Html Css Color HEX #A45545 Crail

📋 copy color: '#A45545'

red 164 ◦ green 85 ◦ blue 69

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

Shades of Crail #A45545

Tints of Crail #A45545

RGB

 RED value IS 164 (64.45% from 255) = 51.57%

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

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

R = 51.57%
G = 26.73%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A45545 (or 0xA45545) is known color: Crail. HEX triplet: A4, 55 and 45. RGB value is (164,85,69). Sum of RGB (Red+Green+Blue) = 164+85+69=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45545 is #5BAABA. Grayscale: #6A6A6A. Windows color (decimal): -6007483 or 4543908. OLE color: 4543908.

HSL color Cylindrical-coordinate representation of color #A45545: hue angle of 10.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45545 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 69 -
CMYK 0 0.48 0.58 0.36
HSL 10.11º 0.41% 0.46% -
HSV(B) 10.11º 0.58% 0.64% -
XYZ 19.63 14.82 7.46 -
YUV 106.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 164 85 69 0 0.48 0.58 0.36 10.11 0.41 0.46
Hex A4 55 45 0 30 3A 24 A 29 2E
Octal 244 125 105 0 60 72 44 12 51 56
Binary 10100100 1010101 1000101 0 110000 111010 100100 1010 101001 101110

Color Harmonies of #A45545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45545

Black with #A45545

Text Example


Text Example

White with #A45545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45545; }

 p { color: rgb(164,85,69); }

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

background-color css

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

 a { background-color: rgb(164,85,69); }

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

border-color css

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

 span { border-color: rgb(164,85,69); }

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