Html Css Color HEX #A65249 Apple Blossom

📋 copy color: '#A65249'

red 166 ◦ green 82 ◦ blue 73

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

Shades of Apple Blossom #A65249

Tints of Apple Blossom #A65249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 51.71%
G = 25.55%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A65249 (or 0xA65249) is known color: Apple Blossom. HEX triplet: A6, 52 and 49. RGB value is (166,82,73). Sum of RGB (Red+Green+Blue) = 166+82+73=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A65249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65249 is #59ADB6. Grayscale: #6A6A6A. Windows color (decimal): -5877175 or 4805286. OLE color: 4805286.

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

Color convert

RGB 166 82 73 -
CMYK 0 0.51 0.56 0.35
HSL 5.81º 0.39% 0.47% -
HSV(B) 5.81º 0.56% 0.65% -
XYZ 19.95 14.62 8.07 -
YUV 106.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 166 82 73 0 0.51 0.56 0.35 5.81 0.39 0.47
Hex A6 52 49 0 33 38 23 6 27 2F
Octal 246 122 111 0 63 70 43 6 47 57
Binary 10100110 1010010 1001001 0 110011 111000 100011 110 100111 101111

Color Harmonies of #A65249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65249

Black with #A65249

Text Example


Text Example

White with #A65249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65249; }

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

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

background-color css

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

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

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

border-color css

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

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

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