Html Css Color HEX #A6594A Crail

📋 copy color: '#A6594A'

red 166 ◦ green 89 ◦ blue 74

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

Shades of Crail #A6594A

Tints of Crail #A6594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 50.46%
G = 27.05%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6594A (or 0xA6594A) is known color: Crail. HEX triplet: A6, 59 and 4A. RGB value is (166,89,74). Sum of RGB (Red+Green+Blue) = 166+89+74=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6594A is #59A6B5. Grayscale: #6E6E6E. Windows color (decimal): -5875382 or 4872614. OLE color: 4872614.

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

Color convert

RGB 166 89 74 -
CMYK 0 0.46 0.55 0.35
HSL 9.78º 0.38% 0.47% -
HSV(B) 9.78º 0.55% 0.65% -
XYZ 20.53 15.75 8.44 -
YUV 110.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 166 89 74 0 0.46 0.55 0.35 9.78 0.38 0.47
Hex A6 59 4A 0 2E 37 23 A 26 2F
Octal 246 131 112 0 56 67 43 12 46 57
Binary 10100110 1011001 1001010 0 101110 110111 100011 1010 100110 101111

Color Harmonies of #A6594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6594A

Black with #A6594A

Text Example


Text Example

White with #A6594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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