Html Css Color HEX #A7553F Crail

📋 copy color: '#A7553F'

red 167 ◦ green 85 ◦ blue 63

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

Shades of Crail #A7553F

Tints of Crail #A7553F

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

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

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

R = 53.02%
G = 26.98%
B = 20%

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

#A7553F (or 0xA7553F) is known color: Crail. HEX triplet: A7, 55 and 3F. RGB value is (167,85,63). Sum of RGB (Red+Green+Blue) = 167+85+63=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7553F is #58AAC0. Grayscale: #6B6B6B. Windows color (decimal): -5810881 or 4150695. OLE color: 4150695.

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

Color convert

RGB 167 85 63 -
CMYK 0 0.49 0.62 0.35
HSL 12.69º 0.45% 0.45% -
HSV(B) 12.69º 0.62% 0.65% -
XYZ 20.08 15.07 6.55 -
YUV 107.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 167 85 63 0 0.49 0.62 0.35 12.69 0.45 0.45
Hex A7 55 3F 0 31 3E 23 D 2D 2D
Octal 247 125 77 0 61 76 43 15 55 55
Binary 10100111 1010101 111111 0 110001 111110 100011 1101 101101 101101

Color Harmonies of #A7553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7553F

Black with #A7553F

Text Example


Text Example

White with #A7553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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