Html Css Color HEX #A65550 Apple Blossom

📋 copy color: '#A65550'

red 166 ◦ green 85 ◦ blue 80

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

Shades of Apple Blossom #A65550

Tints of Apple Blossom #A65550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 50.15%
G = 25.68%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A65550 (or 0xA65550) is known color: Apple Blossom. HEX triplet: A6, 55 and 50. RGB value is (166,85,80). Sum of RGB (Red+Green+Blue) = 166+85+80=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A65550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65550 is #59AAAF. Grayscale: #6C6C6C. Windows color (decimal): -5876400 or 5264806. OLE color: 5264806.

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

Color convert

RGB 166 85 80 -
CMYK 0 0.49 0.52 0.35
HSL 3.49º 0.35% 0.48% -
HSV(B) 3.49º 0.52% 0.65% -
XYZ 20.42 15.18 9.44 -
YUV 108.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 166 85 80 0 0.49 0.52 0.35 3.49 0.35 0.48
Hex A6 55 50 0 31 34 23 3 23 30
Octal 246 125 120 0 61 64 43 3 43 60
Binary 10100110 1010101 1010000 0 110001 110100 100011 11 100011 110000

Color Harmonies of #A65550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65550

Black with #A65550

Text Example


Text Example

White with #A65550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65550; }

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

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

background-color css

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

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

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

border-color css

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

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

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