Html Css Color HEX #A65242 Crail

📋 copy color: '#A65242'

red 166 ◦ green 82 ◦ blue 66

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

Shades of Crail #A65242

Tints of Crail #A65242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 52.87%
G = 26.11%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65242 (or 0xA65242) is known color: Crail. HEX triplet: A6, 52 and 42. RGB value is (166,82,66). Sum of RGB (Red+Green+Blue) = 166+82+66=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65242 is #59ADBD. Grayscale: #696969. Windows color (decimal): -5877182 or 4346534. OLE color: 4346534.

HSL color Cylindrical-coordinate representation of color #A65242: hue angle of 9.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65242 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 66 -
CMYK 0 0.51 0.60 0.35
HSL 9.6º 0.43% 0.45% -
HSV(B) 9.6º 0.6% 0.65% -
XYZ 19.73 14.53 6.92 -
YUV 105.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 166 82 66 0 0.51 0.60 0.35 9.6 0.43 0.45
Hex A6 52 42 0 33 3C 23 A 2B 2D
Octal 246 122 102 0 63 74 43 12 53 55
Binary 10100110 1010010 1000010 0 110011 111100 100011 1010 101011 101101

Color Harmonies of #A65242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65242

Black with #A65242

Text Example


Text Example

White with #A65242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65242; }

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

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

background-color css

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

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

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

border-color css

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

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

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