Html Css Color HEX #A65C53 Crail

📋 copy color: '#A65C53'

red 166 ◦ green 92 ◦ blue 83

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

Shades of Crail #A65C53

Tints of Crail #A65C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 48.68%
G = 26.98%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A65C53 (or 0xA65C53) is known color: Crail. HEX triplet: A6, 5C and 53. RGB value is (166,92,83). Sum of RGB (Red+Green+Blue) = 166+92+83=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C53 is #59A3AC. Grayscale: #717171. Windows color (decimal): -5874605 or 5463206. OLE color: 5463206.

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

Color convert

RGB 166 92 83 -
CMYK 0 0.45 0.50 0.35
HSL 6.51º 0.33% 0.49% -
HSV(B) 6.51º 0.5% 0.65% -
XYZ 21.11 16.39 10.23 -
YUV 113.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 166 92 83 0 0.45 0.50 0.35 6.51 0.33 0.49
Hex A6 5C 53 0 2D 32 23 7 21 31
Octal 246 134 123 0 55 62 43 7 41 61
Binary 10100110 1011100 1010011 0 101101 110010 100011 111 100001 110001

Color Harmonies of #A65C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C53

Black with #A65C53

Text Example


Text Example

White with #A65C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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