Html Css Color HEX #A45346 Crail

📋 copy color: '#A45346'

red 164 ◦ green 83 ◦ blue 70

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

Shades of Crail #A45346

Tints of Crail #A45346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 51.74%
G = 26.18%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45346 (or 0xA45346) is known color: Crail. HEX triplet: A4, 53 and 46. RGB value is (164,83,70). Sum of RGB (Red+Green+Blue) = 164+83+70=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A45346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45346 is #5BACB9. Grayscale: #696969. Windows color (decimal): -6007994 or 4608932. OLE color: 4608932.

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

Color convert

RGB 164 83 70 -
CMYK 0 0.49 0.57 0.36
HSL 8.3º 0.4% 0.46% -
HSV(B) 8.3º 0.57% 0.64% -
XYZ 19.51 14.52 7.57 -
YUV 105.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 164 83 70 0 0.49 0.57 0.36 8.3 0.4 0.46
Hex A4 53 46 0 31 39 24 8 28 2E
Octal 244 123 106 0 61 71 44 10 50 56
Binary 10100100 1010011 1000110 0 110001 111001 100100 1000 101000 101110

Color Harmonies of #A45346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45346

Black with #A45346

Text Example


Text Example

White with #A45346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45346; }

 p { color: rgb(164,83,70); }

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

background-color css

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

 a { background-color: rgb(164,83,70); }

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

border-color css

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

 span { border-color: rgb(164,83,70); }

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