Html Css Color HEX #A65842 Crail

📋 copy color: '#A65842'

red 166 ◦ green 88 ◦ blue 66

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

Shades of Crail #A65842

Tints of Crail #A65842

RGB

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

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

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

R = 51.88%
G = 27.5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65842 (or 0xA65842) is known color: Crail. HEX triplet: A6, 58 and 42. RGB value is (166,88,66). Sum of RGB (Red+Green+Blue) = 166+88+66=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65842 is #59A7BD. Grayscale: #6C6C6C. Windows color (decimal): -5875646 or 4348070. OLE color: 4348070.

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

Color convert

RGB 166 88 66 -
CMYK 0 0.47 0.60 0.35
HSL 13.2º 0.43% 0.45% -
HSV(B) 13.2º 0.6% 0.65% -
XYZ 20.2 15.48 7.08 -
YUV 108.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 166 88 66 0 0.47 0.60 0.35 13.2 0.43 0.45
Hex A6 58 42 0 2F 3C 23 D 2B 2D
Octal 246 130 102 0 57 74 43 15 53 55
Binary 10100110 1011000 1000010 0 101111 111100 100011 1101 101011 101101

Color Harmonies of #A65842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65842

Black with #A65842

Text Example


Text Example

White with #A65842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65842; }

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

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

background-color css

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

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

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

border-color css

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

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

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