Html Css Color HEX #A6554A Crail

📋 copy color: '#A6554A'

red 166 ◦ green 85 ◦ blue 74

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

Shades of Crail #A6554A

Tints of Crail #A6554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 51.08%
G = 26.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6554A (or 0xA6554A) is known color: Crail. HEX triplet: A6, 55 and 4A. RGB value is (166,85,74). Sum of RGB (Red+Green+Blue) = 166+85+74=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6554A is #59AAB5. Grayscale: #6C6C6C. Windows color (decimal): -5876406 or 4871590. OLE color: 4871590.

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

Color convert

RGB 166 85 74 -
CMYK 0 0.49 0.55 0.35
HSL 7.17º 0.38% 0.47% -
HSV(B) 7.17º 0.55% 0.65% -
XYZ 20.21 15.1 8.33 -
YUV 107.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 166 85 74 0 0.49 0.55 0.35 7.17 0.38 0.47
Hex A6 55 4A 0 31 37 23 7 26 2F
Octal 246 125 112 0 61 67 43 7 46 57
Binary 10100110 1010101 1001010 0 110001 110111 100011 111 100110 101111

Color Harmonies of #A6554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6554A

Black with #A6554A

Text Example


Text Example

White with #A6554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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