Html Css Color HEX #A65754 Apple Blossom

📋 copy color: '#A65754'

red 166 ◦ green 87 ◦ blue 84

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

Shades of Apple Blossom #A65754

Tints of Apple Blossom #A65754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 49.26%
G = 25.82%
B = 24.93%

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

#A65754 (or 0xA65754) is known color: Apple Blossom. HEX triplet: A6, 57 and 54. RGB value is (166,87,84). Sum of RGB (Red+Green+Blue) = 166+87+84=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65754 is #59A8AB. Grayscale: #6E6E6E. Windows color (decimal): -5875884 or 5527462. OLE color: 5527462.

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

Color convert

RGB 166 87 84 -
CMYK 0 0.48 0.49 0.35
HSL 2.2º 0.33% 0.49% -
HSV(B) 2.2º 0.49% 0.65% -
XYZ 20.73 15.56 10.3 -
YUV 110.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 166 87 84 0 0.48 0.49 0.35 2.2 0.33 0.49
Hex A6 57 54 0 30 31 23 2 21 31
Octal 246 127 124 0 60 61 43 2 41 61
Binary 10100110 1010111 1010100 0 110000 110001 100011 10 100001 110001

Color Harmonies of #A65754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65754

Black with #A65754

Text Example


Text Example

White with #A65754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65754; }

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

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

background-color css

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

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

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

border-color css

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

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

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