Html Css Color HEX #A5544A Crail

📋 copy color: '#A5544A'

red 165 ◦ green 84 ◦ blue 74

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

Shades of Crail #A5544A

Tints of Crail #A5544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 51.08%
G = 26.01%
B = 22.91%

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

#A5544A (or 0xA5544A) is known color: Crail. HEX triplet: A5, 54 and 4A. RGB value is (165,84,74). Sum of RGB (Red+Green+Blue) = 165+84+74=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5544A is #5AABB5. Grayscale: #6B6B6B. Windows color (decimal): -5942198 or 4871333. OLE color: 4871333.

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

Color convert

RGB 165 84 74 -
CMYK 0 0.49 0.55 0.35
HSL 6.59º 0.38% 0.47% -
HSV(B) 6.59º 0.55% 0.65% -
XYZ 19.92 14.83 8.29 -
YUV 107.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 165 84 74 0 0.49 0.55 0.35 6.59 0.38 0.47
Hex A5 54 4A 0 31 37 23 7 26 2F
Octal 245 124 112 0 61 67 43 7 46 57
Binary 10100101 1010100 1001010 0 110001 110111 100011 111 100110 101111

Color Harmonies of #A5544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5544A

Black with #A5544A

Text Example


Text Example

White with #A5544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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