Html Css Color HEX #A65246 Crail

📋 copy color: '#A65246'

red 166 ◦ green 82 ◦ blue 70

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

Shades of Crail #A65246

Tints of Crail #A65246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 52.2%
G = 25.79%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65246 (or 0xA65246) is known color: Crail. HEX triplet: A6, 52 and 46. RGB value is (166,82,70). Sum of RGB (Red+Green+Blue) = 166+82+70=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65246 is #59ADB9. Grayscale: #696969. Windows color (decimal): -5877178 or 4608678. OLE color: 4608678.

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

Color convert

RGB 166 82 70 -
CMYK 0 0.51 0.58 0.35
HSL 7.5º 0.41% 0.46% -
HSV(B) 7.5º 0.58% 0.65% -
XYZ 19.85 14.58 7.56 -
YUV 105.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 166 82 70 0 0.51 0.58 0.35 7.5 0.41 0.46
Hex A6 52 46 0 33 3A 23 8 29 2E
Octal 246 122 106 0 63 72 43 10 51 56
Binary 10100110 1010010 1000110 0 110011 111010 100011 1000 101001 101110

Color Harmonies of #A65246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65246

Black with #A65246

Text Example


Text Example

White with #A65246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65246; }

 p { color: rgb(166,82,70); }

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

background-color css

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

 a { background-color: rgb(166,82,70); }

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

border-color css

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

 span { border-color: rgb(166,82,70); }

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