Html Css Color HEX #A55554 Apple Blossom

📋 copy color: '#A55554'

red 165 ◦ green 85 ◦ blue 84

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

Shades of Apple Blossom #A55554

Tints of Apple Blossom #A55554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 49.4%
G = 25.45%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55554 (or 0xA55554) is known color: Apple Blossom. HEX triplet: A5, 55 and 54. RGB value is (165,85,84). Sum of RGB (Red+Green+Blue) = 165+85+84=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A55554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55554 is #5AAAAB. Grayscale: #6C6C6C. Windows color (decimal): -5941932 or 5526949. OLE color: 5526949.

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

Color convert

RGB 165 85 84 -
CMYK 0 0.48 0.49 0.35
HSL 0.74º 0.33% 0.49% -
HSV(B) 0.74º 0.49% 0.65% -
XYZ 20.37 15.14 10.24 -
YUV 108.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 165 85 84 0 0.48 0.49 0.35 0.74 0.33 0.49
Hex A5 55 54 0 30 31 23 1 21 31
Octal 245 125 124 0 60 61 43 1 41 61
Binary 10100101 1010101 1010100 0 110000 110001 100011 1 100001 110001

Color Harmonies of #A55554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55554

Black with #A55554

Text Example


Text Example

White with #A55554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55554; }

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

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

background-color css

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

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

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

border-color css

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

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

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