Html Css Color HEX #A85047 Apple Blossom

📋 copy color: '#A85047'

red 168 ◦ green 80 ◦ blue 71

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

Shades of Apple Blossom #A85047

Tints of Apple Blossom #A85047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 52.66%
G = 25.08%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85047 (or 0xA85047) is known color: Apple Blossom. HEX triplet: A8, 50 and 47. RGB value is (168,80,71). Sum of RGB (Red+Green+Blue) = 168+80+71=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85047 is #57AFB8. Grayscale: #696969. Windows color (decimal): -5746617 or 4673704. OLE color: 4673704.

HSL color Cylindrical-coordinate representation of color #A85047: hue angle of 5.57º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85047 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 71 -
CMYK 0 0.52 0.58 0.34
HSL 5.57º 0.41% 0.47% -
HSV(B) 5.57º 0.58% 0.66% -
XYZ 20.15 14.52 7.7 -
YUV 105.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 168 80 71 0 0.52 0.58 0.34 5.57 0.41 0.47
Hex A8 50 47 0 34 3A 22 6 29 2F
Octal 250 120 107 0 64 72 42 6 51 57
Binary 10101000 1010000 1000111 0 110100 111010 100010 110 101001 101111

Color Harmonies of #A85047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85047

Black with #A85047

Text Example


Text Example

White with #A85047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85047; }

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

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

background-color css

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

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

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

border-color css

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

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

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