Html Css Color HEX #A65345 Crail

📋 copy color: '#A65345'

red 166 ◦ green 83 ◦ blue 69

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

Shades of Crail #A65345

Tints of Crail #A65345

RGB

 RED value IS 166 (65.23% from 255) = 52.2%

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

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

R = 52.2%
G = 26.1%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65345 (or 0xA65345) is known color: Crail. HEX triplet: A6, 53 and 45. RGB value is (166,83,69). Sum of RGB (Red+Green+Blue) = 166+83+69=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65345 is #59ACBA. Grayscale: #6A6A6A. Windows color (decimal): -5876923 or 4543398. OLE color: 4543398.

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

Color convert

RGB 166 83 69 -
CMYK 0 0.50 0.58 0.35
HSL 8.66º 0.41% 0.46% -
HSV(B) 8.66º 0.58% 0.65% -
XYZ 19.89 14.72 7.42 -
YUV 106.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 166 83 69 0 0.50 0.58 0.35 8.66 0.41 0.46
Hex A6 53 45 0 32 3A 23 9 29 2E
Octal 246 123 105 0 62 72 43 11 51 56
Binary 10100110 1010011 1000101 0 110010 111010 100011 1001 101001 101110

Color Harmonies of #A65345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65345

Black with #A65345

Text Example


Text Example

White with #A65345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65345; }

 p { color: rgb(166,83,69); }

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

background-color css

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

 a { background-color: rgb(166,83,69); }

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

border-color css

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

 span { border-color: rgb(166,83,69); }

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