Html Css Color HEX #A85044 Apple Blossom

📋 copy color: '#A85044'

red 168 ◦ green 80 ◦ blue 68

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

Shades of Apple Blossom #A85044

Tints of Apple Blossom #A85044

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

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

R = 53.16%
G = 25.32%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85044 (or 0xA85044) is known color: Apple Blossom. HEX triplet: A8, 50 and 44. RGB value is (168,80,68). Sum of RGB (Red+Green+Blue) = 168+80+68=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A85044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85044 is #57AFBB. Grayscale: #696969. Windows color (decimal): -5746620 or 4477096. OLE color: 4477096.

HSL color Cylindrical-coordinate representation of color #A85044: hue angle of 7.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85044 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 68 -
CMYK 0 0.52 0.60 0.34
HSL 7.2º 0.42% 0.46% -
HSV(B) 7.2º 0.6% 0.66% -
XYZ 20.06 14.48 7.21 -
YUV 104.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 168 80 68 0 0.52 0.60 0.34 7.2 0.42 0.46
Hex A8 50 44 0 34 3C 22 7 2A 2E
Octal 250 120 104 0 64 74 42 7 52 56
Binary 10101000 1010000 1000100 0 110100 111100 100010 111 101010 101110

Color Harmonies of #A85044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85044

Black with #A85044

Text Example


Text Example

White with #A85044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85044; }

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

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

background-color css

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

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

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

border-color css

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

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

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