Html Css Color HEX #A6604C Crail

📋 copy color: '#A6604C'

red 166 ◦ green 96 ◦ blue 76

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

Shades of Crail #A6604C

Tints of Crail #A6604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 49.11%
G = 28.4%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6604C (or 0xA6604C) is known color: Crail. HEX triplet: A6, 60 and 4C. RGB value is (166,96,76). Sum of RGB (Red+Green+Blue) = 166+96+76=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6604C is #599FB3. Grayscale: #727272. Windows color (decimal): -5873588 or 5005478. OLE color: 5005478.

HSL color Cylindrical-coordinate representation of color #A6604C: hue angle of 13.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6604C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 76 -
CMYK 0 0.42 0.54 0.35
HSL 13.33º 0.37% 0.47% -
HSV(B) 13.33º 0.54% 0.65% -
XYZ 21.21 16.99 9 -
YUV 114.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 166 96 76 0 0.42 0.54 0.35 13.33 0.37 0.47
Hex A6 60 4C 0 2A 36 23 D 25 2F
Octal 246 140 114 0 52 66 43 15 45 57
Binary 10100110 1100000 1001100 0 101010 110110 100011 1101 100101 101111

Color Harmonies of #A6604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6604C

Black with #A6604C

Text Example


Text Example

White with #A6604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6604C; }

 p { color: rgb(166,96,76); }

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

background-color css

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

 a { background-color: rgb(166,96,76); }

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

border-color css

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

 span { border-color: rgb(166,96,76); }

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