Html Css Color HEX #A65C55 Crail

📋 copy color: '#A65C55'

red 166 ◦ green 92 ◦ blue 85

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

Shades of Crail #A65C55

Tints of Crail #A65C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 48.4%
G = 26.82%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A65C55 (or 0xA65C55) is known color: Crail. HEX triplet: A6, 5C and 55. RGB value is (166,92,85). Sum of RGB (Red+Green+Blue) = 166+92+85=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C55 is #59A3AA. Grayscale: #717171. Windows color (decimal): -5874603 or 5594278. OLE color: 5594278.

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

Color convert

RGB 166 92 85 -
CMYK 0 0.45 0.49 0.35
HSL 5.19º 0.32% 0.49% -
HSV(B) 5.19º 0.49% 0.65% -
XYZ 21.19 16.42 10.65 -
YUV 113.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 166 92 85 0 0.45 0.49 0.35 5.19 0.32 0.49
Hex A6 5C 55 0 2D 31 23 5 20 31
Octal 246 134 125 0 55 61 43 5 40 61
Binary 10100110 1011100 1010101 0 101101 110001 100011 101 100000 110001

Color Harmonies of #A65C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C55

Black with #A65C55

Text Example


Text Example

White with #A65C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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