Html Css Color HEX #A6553F Crail

📋 copy color: '#A6553F'

red 166 ◦ green 85 ◦ blue 63

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

Shades of Crail #A6553F

Tints of Crail #A6553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.06%

R = 52.87%
G = 27.07%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6553F (or 0xA6553F) is known color: Crail. HEX triplet: A6, 55 and 3F. RGB value is (166,85,63). Sum of RGB (Red+Green+Blue) = 166+85+63=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553F is #59AAC0. Grayscale: #6A6A6A. Windows color (decimal): -5876417 or 4150694. OLE color: 4150694.

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

Color convert

RGB 166 85 63 -
CMYK 0 0.49 0.62 0.35
HSL 12.82º 0.45% 0.45% -
HSV(B) 12.82º 0.62% 0.65% -
XYZ 19.87 14.96 6.54 -
YUV 106.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 166 85 63 0 0.49 0.62 0.35 12.82 0.45 0.45
Hex A6 55 3F 0 31 3E 23 D 2D 2D
Octal 246 125 77 0 61 76 43 15 55 55
Binary 10100110 1010101 111111 0 110001 111110 100011 1101 101101 101101

Color Harmonies of #A6553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6553F

Black with #A6553F

Text Example


Text Example

White with #A6553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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