Html Css Color HEX #A45543 Crail

📋 copy color: '#A45543'

red 164 ◦ green 85 ◦ blue 67

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

Shades of Crail #A45543

Tints of Crail #A45543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 51.9%
G = 26.9%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A45543 (or 0xA45543) is known color: Crail. HEX triplet: A4, 55 and 43. RGB value is (164,85,67). Sum of RGB (Red+Green+Blue) = 164+85+67=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A45543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45543 is #5BAABC. Grayscale: #6A6A6A. Windows color (decimal): -6007485 or 4412836. OLE color: 4412836.

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

Color convert

RGB 164 85 67 -
CMYK 0 0.48 0.59 0.36
HSL 11.13º 0.42% 0.45% -
HSV(B) 11.13º 0.59% 0.64% -
XYZ 19.57 14.79 7.13 -
YUV 106.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 164 85 67 0 0.48 0.59 0.36 11.13 0.42 0.45
Hex A4 55 43 0 30 3B 24 B 2A 2D
Octal 244 125 103 0 60 73 44 13 52 55
Binary 10100100 1010101 1000011 0 110000 111011 100100 1011 101010 101101

Color Harmonies of #A45543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45543

Black with #A45543

Text Example


Text Example

White with #A45543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45543; }

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

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

background-color css

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

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

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

border-color css

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

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

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