Html Css Color HEX #A65044 Apple Blossom

📋 copy color: '#A65044'

red 166 ◦ green 80 ◦ blue 68

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

Shades of Apple Blossom #A65044

Tints of Apple Blossom #A65044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 52.87%
G = 25.48%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A65044 (or 0xA65044) is known color: Apple Blossom. HEX triplet: A6, 50 and 44. RGB value is (166,80,68). Sum of RGB (Red+Green+Blue) = 166+80+68=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65044 is #59AFBB. Grayscale: #686868. Windows color (decimal): -5877692 or 4477094. OLE color: 4477094.

HSL color Cylindrical-coordinate representation of color #A65044: hue angle of 7.35º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65044 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 68 -
CMYK 0 0.52 0.59 0.35
HSL 7.35º 0.42% 0.46% -
HSV(B) 7.35º 0.59% 0.65% -
XYZ 19.64 14.26 7.19 -
YUV 104.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 166 80 68 0 0.52 0.59 0.35 7.35 0.42 0.46
Hex A6 50 44 0 34 3B 23 7 2A 2E
Octal 246 120 104 0 64 73 43 7 52 56
Binary 10100110 1010000 1000100 0 110100 111011 100011 111 101010 101110

Color Harmonies of #A65044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65044

Black with #A65044

Text Example


Text Example

White with #A65044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65044; }

 p { color: rgb(166,80,68); }

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

background-color css

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

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

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

border-color css

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

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

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