Html Css Color HEX #A85045 Apple Blossom

📋 copy color: '#A85045'

red 168 ◦ green 80 ◦ blue 69

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

Shades of Apple Blossom #A85045

Tints of Apple Blossom #A85045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 53%
G = 25.24%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85045 (or 0xA85045) is known color: Apple Blossom. HEX triplet: A8, 50 and 45. RGB value is (168,80,69). Sum of RGB (Red+Green+Blue) = 168+80+69=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A85045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85045 is #57AFBA. Grayscale: #696969. Windows color (decimal): -5746619 or 4542632. OLE color: 4542632.

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

Color convert

RGB 168 80 69 -
CMYK 0 0.52 0.59 0.34
HSL 6.67º 0.42% 0.46% -
HSV(B) 6.67º 0.59% 0.66% -
XYZ 20.09 14.49 7.37 -
YUV 105.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 168 80 69 0 0.52 0.59 0.34 6.67 0.42 0.46
Hex A8 50 45 0 34 3B 22 7 2A 2E
Octal 250 120 105 0 64 73 42 7 52 56
Binary 10101000 1010000 1000101 0 110100 111011 100010 111 101010 101110

Color Harmonies of #A85045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85045

Black with #A85045

Text Example


Text Example

White with #A85045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85045; }

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

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

background-color css

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

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

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

border-color css

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

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

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