Html Css Color HEX #A65652 Apple Blossom

📋 copy color: '#A65652'

red 166 ◦ green 86 ◦ blue 82

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

Shades of Apple Blossom #A65652

Tints of Apple Blossom #A65652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 49.7%
G = 25.75%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A65652 (or 0xA65652) is known color: Apple Blossom. HEX triplet: A6, 56 and 52. RGB value is (166,86,82). Sum of RGB (Red+Green+Blue) = 166+86+82=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65652 is #59A9AD. Grayscale: #6D6D6D. Windows color (decimal): -5876142 or 5396134. OLE color: 5396134.

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

Color convert

RGB 166 86 82 -
CMYK 0 0.48 0.51 0.35
HSL 2.86º 0.34% 0.49% -
HSV(B) 2.86º 0.51% 0.65% -
XYZ 20.58 15.37 9.87 -
YUV 109.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 166 86 82 0 0.48 0.51 0.35 2.86 0.34 0.49
Hex A6 56 52 0 30 33 23 3 22 31
Octal 246 126 122 0 60 63 43 3 42 61
Binary 10100110 1010110 1010010 0 110000 110011 100011 11 100010 110001

Color Harmonies of #A65652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65652

Black with #A65652

Text Example


Text Example

White with #A65652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65652; }

 p { color: rgb(166,86,82); }

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

background-color css

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

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

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

border-color css

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

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

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