Html Css Color HEX #A65341 Crail

📋 copy color: '#A65341'

red 166 ◦ green 83 ◦ blue 65

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

Shades of Crail #A65341

Tints of Crail #A65341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 52.87%
G = 26.43%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65341 (or 0xA65341) is known color: Crail. HEX triplet: A6, 53 and 41. RGB value is (166,83,65). Sum of RGB (Red+Green+Blue) = 166+83+65=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65341 is #59ACBE. Grayscale: #696969. Windows color (decimal): -5876927 or 4281254. OLE color: 4281254.

HSL color Cylindrical-coordinate representation of color #A65341: hue angle of 10.69º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65341 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 65 -
CMYK 0 0.50 0.61 0.35
HSL 10.69º 0.44% 0.45% -
HSV(B) 10.69º 0.61% 0.65% -
XYZ 19.77 14.68 6.79 -
YUV 105.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 166 83 65 0 0.50 0.61 0.35 10.69 0.44 0.45
Hex A6 53 41 0 32 3D 23 B 2C 2D
Octal 246 123 101 0 62 75 43 13 54 55
Binary 10100110 1010011 1000001 0 110010 111101 100011 1011 101100 101101

Color Harmonies of #A65341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65341

Black with #A65341

Text Example


Text Example

White with #A65341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65341; }

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

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

background-color css

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

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

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

border-color css

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

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

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