Html Css Color HEX #A65240 Crail

📋 copy color: '#A65240'

red 166 ◦ green 82 ◦ blue 64

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

Shades of Crail #A65240

Tints of Crail #A65240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 53.21%
G = 26.28%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65240 (or 0xA65240) is known color: Crail. HEX triplet: A6, 52 and 40. RGB value is (166,82,64). Sum of RGB (Red+Green+Blue) = 166+82+64=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A65240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65240 is #59ADBF. Grayscale: #696969. Windows color (decimal): -5877184 or 4215462. OLE color: 4215462.

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

Color convert

RGB 166 82 64 -
CMYK 0 0.51 0.61 0.35
HSL 10.59º 0.44% 0.45% -
HSV(B) 10.59º 0.61% 0.65% -
XYZ 19.67 14.51 6.61 -
YUV 105.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 166 82 64 0 0.51 0.61 0.35 10.59 0.44 0.45
Hex A6 52 40 0 33 3D 23 B 2C 2D
Octal 246 122 100 0 63 75 43 13 54 55
Binary 10100110 1010010 1000000 0 110011 111101 100011 1011 101100 101101

Color Harmonies of #A65240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65240

Black with #A65240

Text Example


Text Example

White with #A65240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65240; }

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

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

background-color css

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

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

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

border-color css

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

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

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