Html Css Color HEX #A65555 Apple Blossom

📋 copy color: '#A65555'

red 166 ◦ green 85 ◦ blue 85

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

Shades of Apple Blossom #A65555

Tints of Apple Blossom #A65555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 49.4%
G = 25.3%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A65555 (or 0xA65555) is known color: Apple Blossom. HEX triplet: A6, 55 and 55. RGB value is (166,85,85). Sum of RGB (Red+Green+Blue) = 166+85+85=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65555 is #59AAAA. Grayscale: #6D6D6D. Windows color (decimal): -5876395 or 5592486. OLE color: 5592486.

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

Color convert

RGB 166 85 85 -
CMYK 0 0.49 0.49 0.35
HSL 0.32% 0.49% -
HSV(B) 0.49% 0.65% -
XYZ 20.61 15.26 10.45 -
YUV 109.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 166 85 85 0 0.49 0.49 0.35 0 0.32 0.49
Hex A6 55 55 0 31 31 23 0 20 31
Octal 246 125 125 0 61 61 43 0 40 61
Binary 10100110 1010101 1010101 0 110001 110001 100011 0 100000 110001

Color Harmonies of #A65555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65555

Black with #A65555

Text Example


Text Example

White with #A65555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65555; }

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

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

background-color css

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

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

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

border-color css

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

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

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