Html Css Color HEX #A45945 Crail

📋 copy color: '#A45945'

red 164 ◦ green 89 ◦ blue 69

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

Shades of Crail #A45945

Tints of Crail #A45945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 50.93%
G = 27.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A45945 (or 0xA45945) is known color: Crail. HEX triplet: A4, 59 and 45. RGB value is (164,89,69). Sum of RGB (Red+Green+Blue) = 164+89+69=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45945 is #5BA6BA. Grayscale: #6D6D6D. Windows color (decimal): -6006459 or 4544932. OLE color: 4544932.

HSL color Cylindrical-coordinate representation of color #A45945: hue angle of 12.63º 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 #A45945 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 69 -
CMYK 0 0.46 0.58 0.36
HSL 12.63º 0.41% 0.46% -
HSV(B) 12.63º 0.58% 0.64% -
XYZ 19.96 15.47 7.56 -
YUV 109.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 164 89 69 0 0.46 0.58 0.36 12.63 0.41 0.46
Hex A4 59 45 0 2E 3A 24 D 29 2E
Octal 244 131 105 0 56 72 44 15 51 56
Binary 10100100 1011001 1000101 0 101110 111010 100100 1101 101001 101110

Color Harmonies of #A45945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45945

Black with #A45945

Text Example


Text Example

White with #A45945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45945; }

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

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

background-color css

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

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

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

border-color css

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

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

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