Html Css Color HEX #A65950 Crail

📋 copy color: '#A65950'

red 166 ◦ green 89 ◦ blue 80

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

Shades of Crail #A65950

Tints of Crail #A65950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 49.55%
G = 26.57%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A65950 (or 0xA65950) is known color: Crail. HEX triplet: A6, 59 and 50. RGB value is (166,89,80). Sum of RGB (Red+Green+Blue) = 166+89+80=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A65950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65950 is #59A6AF. Grayscale: #6F6F6F. Windows color (decimal): -5875376 or 5265830. OLE color: 5265830.

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

Color convert

RGB 166 89 80 -
CMYK 0 0.46 0.52 0.35
HSL 6.28º 0.35% 0.48% -
HSV(B) 6.28º 0.52% 0.65% -
XYZ 20.75 15.83 9.55 -
YUV 111 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 166 89 80 0 0.46 0.52 0.35 6.28 0.35 0.48
Hex A6 59 50 0 2E 34 23 6 23 30
Octal 246 131 120 0 56 64 43 6 43 60
Binary 10100110 1011001 1010000 0 101110 110100 100011 110 100011 110000

Color Harmonies of #A65950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65950

Black with #A65950

Text Example


Text Example

White with #A65950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65950; }

 p { color: rgb(166,89,80); }

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

background-color css

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

 a { background-color: rgb(166,89,80); }

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

border-color css

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

 span { border-color: rgb(166,89,80); }

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