Html Css Color HEX #A6594C Crail

📋 copy color: '#A6594C'

red 166 ◦ green 89 ◦ blue 76

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

Shades of Crail #A6594C

Tints of Crail #A6594C

RGB

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

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

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

R = 50.15%
G = 26.89%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6594C (or 0xA6594C) is known color: Crail. HEX triplet: A6, 59 and 4C. RGB value is (166,89,76). Sum of RGB (Red+Green+Blue) = 166+89+76=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6594C is #59A6B3. Grayscale: #6E6E6E. Windows color (decimal): -5875380 or 5003686. OLE color: 5003686.

HSL color Cylindrical-coordinate representation of color #A6594C: hue angle of 8.67º 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 #A6594C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 76 -
CMYK 0 0.46 0.54 0.35
HSL 8.67º 0.37% 0.47% -
HSV(B) 8.67º 0.54% 0.65% -
XYZ 20.6 15.77 8.8 -
YUV 110.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 166 89 76 0 0.46 0.54 0.35 8.67 0.37 0.47
Hex A6 59 4C 0 2E 36 23 9 25 2F
Octal 246 131 114 0 56 66 43 11 45 57
Binary 10100110 1011001 1001100 0 101110 110110 100011 1001 100101 101111

Color Harmonies of #A6594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6594C

Black with #A6594C

Text Example


Text Example

White with #A6594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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