Html Css Color HEX #A65854 Apple Blossom

📋 copy color: '#A65854'

red 166 ◦ green 88 ◦ blue 84

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

Shades of Apple Blossom #A65854

Tints of Apple Blossom #A65854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 49.11%
G = 26.04%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A65854 (or 0xA65854) is known color: Apple Blossom. HEX triplet: A6, 58 and 54. RGB value is (166,88,84). Sum of RGB (Red+Green+Blue) = 166+88+84=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A65854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65854 is #59A7AB. Grayscale: #6E6E6E. Windows color (decimal): -5875628 or 5527718. OLE color: 5527718.

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

Color convert

RGB 166 88 84 -
CMYK 0 0.47 0.49 0.35
HSL 2.93º 0.33% 0.49% -
HSV(B) 2.93º 0.49% 0.65% -
XYZ 20.82 15.73 10.33 -
YUV 110.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 166 88 84 0 0.47 0.49 0.35 2.93 0.33 0.49
Hex A6 58 54 0 2F 31 23 3 21 31
Octal 246 130 124 0 57 61 43 3 41 61
Binary 10100110 1011000 1010100 0 101111 110001 100011 11 100001 110001

Color Harmonies of #A65854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65854

Black with #A65854

Text Example


Text Example

White with #A65854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65854; }

 p { color: rgb(166,88,84); }

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

background-color css

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

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

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

border-color css

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

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

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