Html Css Color HEX #A65949 Crail

📋 copy color: '#A65949'

red 166 ◦ green 89 ◦ blue 73

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

Shades of Crail #A65949

Tints of Crail #A65949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 50.61%
G = 27.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A65949 (or 0xA65949) is known color: Crail. HEX triplet: A6, 59 and 49. RGB value is (166,89,73). Sum of RGB (Red+Green+Blue) = 166+89+73=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A65949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65949 is #59A6B6. Grayscale: #6E6E6E. Windows color (decimal): -5875383 or 4807078. OLE color: 4807078.

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

Color convert

RGB 166 89 73 -
CMYK 0 0.46 0.56 0.35
HSL 10.32º 0.39% 0.47% -
HSV(B) 10.32º 0.56% 0.65% -
XYZ 20.5 15.73 8.26 -
YUV 110.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 166 89 73 0 0.46 0.56 0.35 10.32 0.39 0.47
Hex A6 59 49 0 2E 38 23 A 27 2F
Octal 246 131 111 0 56 70 43 12 47 57
Binary 10100110 1011001 1001001 0 101110 111000 100011 1010 100111 101111

Color Harmonies of #A65949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65949

Black with #A65949

Text Example


Text Example

White with #A65949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65949; }

 p { color: rgb(166,89,73); }

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

background-color css

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

 a { background-color: rgb(166,89,73); }

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

border-color css

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

 span { border-color: rgb(166,89,73); }

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