Html Css Color HEX #A65C52 Crail

📋 copy color: '#A65C52'

red 166 ◦ green 92 ◦ blue 82

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

Shades of Crail #A65C52

Tints of Crail #A65C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 48.82%
G = 27.06%
B = 24.12%

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

#A65C52 (or 0xA65C52) is known color: Crail. HEX triplet: A6, 5C and 52. RGB value is (166,92,82). Sum of RGB (Red+Green+Blue) = 166+92+82=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C52 is #59A3AD. Grayscale: #717171. Windows color (decimal): -5874606 or 5397670. OLE color: 5397670.

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

Color convert

RGB 166 92 82 -
CMYK 0 0.45 0.51 0.35
HSL 7.14º 0.34% 0.49% -
HSV(B) 7.14º 0.51% 0.65% -
XYZ 21.08 16.37 10.03 -
YUV 112.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 166 92 82 0 0.45 0.51 0.35 7.14 0.34 0.49
Hex A6 5C 52 0 2D 33 23 7 22 31
Octal 246 134 122 0 55 63 43 7 42 61
Binary 10100110 1011100 1010010 0 101101 110011 100011 111 100010 110001

Color Harmonies of #A65C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C52

Black with #A65C52

Text Example


Text Example

White with #A65C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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