Html Css Color HEX #A65449 Crail

📋 copy color: '#A65449'

red 166 ◦ green 84 ◦ blue 73

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

Shades of Crail #A65449

Tints of Crail #A65449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 51.39%
G = 26.01%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A65449 (or 0xA65449) is known color: Crail. HEX triplet: A6, 54 and 49. RGB value is (166,84,73). Sum of RGB (Red+Green+Blue) = 166+84+73=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65449 is #59ABB6. Grayscale: #6B6B6B. Windows color (decimal): -5876663 or 4805798. OLE color: 4805798.

HSL color Cylindrical-coordinate representation of color #A65449: hue angle of 7.1º 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 #A65449 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 73 -
CMYK 0 0.49 0.56 0.35
HSL 7.1º 0.39% 0.47% -
HSV(B) 7.1º 0.56% 0.65% -
XYZ 20.1 14.93 8.13 -
YUV 107.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 166 84 73 0 0.49 0.56 0.35 7.1 0.39 0.47
Hex A6 54 49 0 31 38 23 7 27 2F
Octal 246 124 111 0 61 70 43 7 47 57
Binary 10100110 1010100 1001001 0 110001 111000 100011 111 100111 101111

Color Harmonies of #A65449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65449

Black with #A65449

Text Example


Text Example

White with #A65449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65449; }

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

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

background-color css

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

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

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

border-color css

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

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

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