Html Css Color HEX #A5554A Crail

📋 copy color: '#A5554A'

red 165 ◦ green 85 ◦ blue 74

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

Shades of Crail #A5554A

Tints of Crail #A5554A

RGB

 RED value IS 165 (64.84% from 255) = 50.93%

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

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

R = 50.93%
G = 26.23%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5554A (or 0xA5554A) is known color: Crail. HEX triplet: A5, 55 and 4A. RGB value is (165,85,74). Sum of RGB (Red+Green+Blue) = 165+85+74=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5554A is #5AAAB5. Grayscale: #6B6B6B. Windows color (decimal): -5941942 or 4871589. OLE color: 4871589.

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

Color convert

RGB 165 85 74 -
CMYK 0 0.48 0.55 0.35
HSL 7.25º 0.38% 0.47% -
HSV(B) 7.25º 0.55% 0.65% -
XYZ 20 14.99 8.32 -
YUV 107.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 165 85 74 0 0.48 0.55 0.35 7.25 0.38 0.47
Hex A5 55 4A 0 30 37 23 7 26 2F
Octal 245 125 112 0 60 67 43 7 46 57
Binary 10100101 1010101 1001010 0 110000 110111 100011 111 100110 101111

Color Harmonies of #A5554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5554A

Black with #A5554A

Text Example


Text Example

White with #A5554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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