Html Css Color HEX #A65342 Crail

📋 copy color: '#A65342'

red 166 ◦ green 83 ◦ blue 66

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

Shades of Crail #A65342

Tints of Crail #A65342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 52.7%
G = 26.35%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65342 (or 0xA65342) is known color: Crail. HEX triplet: A6, 53 and 42. RGB value is (166,83,66). Sum of RGB (Red+Green+Blue) = 166+83+66=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65342 is #59ACBD. Grayscale: #6A6A6A. Windows color (decimal): -5876926 or 4346790. OLE color: 4346790.

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

Color convert

RGB 166 83 66 -
CMYK 0 0.50 0.60 0.35
HSL 10.2º 0.43% 0.45% -
HSV(B) 10.2º 0.6% 0.65% -
XYZ 19.8 14.69 6.95 -
YUV 105.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 166 83 66 0 0.50 0.60 0.35 10.2 0.43 0.45
Hex A6 53 42 0 32 3C 23 A 2B 2D
Octal 246 123 102 0 62 74 43 12 53 55
Binary 10100110 1010011 1000010 0 110010 111100 100011 1010 101011 101101

Color Harmonies of #A65342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65342

Black with #A65342

Text Example


Text Example

White with #A65342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65342; }

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

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

background-color css

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

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

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

border-color css

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

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

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