Html Css Color HEX #A65849 Crail

📋 copy color: '#A65849'

red 166 ◦ green 88 ◦ blue 73

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

Shades of Crail #A65849

Tints of Crail #A65849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 50.76%
G = 26.91%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A65849 (or 0xA65849) is known color: Crail. HEX triplet: A6, 58 and 49. RGB value is (166,88,73). Sum of RGB (Red+Green+Blue) = 166+88+73=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A65849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65849 is #59A7B6. Grayscale: #6D6D6D. Windows color (decimal): -5875639 or 4806822. OLE color: 4806822.

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

Color convert

RGB 166 88 73 -
CMYK 0 0.47 0.56 0.35
HSL 9.68º 0.39% 0.47% -
HSV(B) 9.68º 0.56% 0.65% -
XYZ 20.42 15.57 8.23 -
YUV 109.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 166 88 73 0 0.47 0.56 0.35 9.68 0.39 0.47
Hex A6 58 49 0 2F 38 23 A 27 2F
Octal 246 130 111 0 57 70 43 12 47 57
Binary 10100110 1011000 1001001 0 101111 111000 100011 1010 100111 101111

Color Harmonies of #A65849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65849

Black with #A65849

Text Example


Text Example

White with #A65849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65849; }

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

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

background-color css

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

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

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

border-color css

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

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

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