Html Css Color HEX #A65C51 Crail

📋 copy color: '#A65C51'

red 166 ◦ green 92 ◦ blue 81

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

Shades of Crail #A65C51

Tints of Crail #A65C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 48.97%
G = 27.14%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A65C51 (or 0xA65C51) is known color: Crail. HEX triplet: A6, 5C and 51. RGB value is (166,92,81). Sum of RGB (Red+Green+Blue) = 166+92+81=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C51 is #59A3AE. Grayscale: #707070. Windows color (decimal): -5874607 or 5332134. OLE color: 5332134.

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

Color convert

RGB 166 92 81 -
CMYK 0 0.45 0.51 0.35
HSL 7.76º 0.34% 0.48% -
HSV(B) 7.76º 0.51% 0.65% -
XYZ 21.04 16.36 9.83 -
YUV 112.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 166 92 81 0 0.45 0.51 0.35 7.76 0.34 0.48
Hex A6 5C 51 0 2D 33 23 8 22 30
Octal 246 134 121 0 55 63 43 10 42 60
Binary 10100110 1011100 1010001 0 101101 110011 100011 1000 100010 110000

Color Harmonies of #A65C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C51

Black with #A65C51

Text Example


Text Example

White with #A65C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C51; }

 p { color: rgb(166,92,81); }

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

background-color css

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

 a { background-color: rgb(166,92,81); }

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

border-color css

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

 span { border-color: rgb(166,92,81); }

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