Html Css Color HEX #A85043 Apple Blossom

📋 copy color: '#A85043'

red 168 ◦ green 80 ◦ blue 67

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

Shades of Apple Blossom #A85043

Tints of Apple Blossom #A85043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 53.33%
G = 25.4%
B = 21.27%

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

#A85043 (or 0xA85043) is known color: Apple Blossom. HEX triplet: A8, 50 and 43. RGB value is (168,80,67). Sum of RGB (Red+Green+Blue) = 168+80+67=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A85043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85043 is #57AFBC. Grayscale: #686868. Windows color (decimal): -5746621 or 4411560. OLE color: 4411560.

HSL color Cylindrical-coordinate representation of color #A85043: hue angle of 7.72º degrees, saturation: 0.43, 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 #A85043 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 67 -
CMYK 0 0.52 0.60 0.34
HSL 7.72º 0.43% 0.46% -
HSV(B) 7.72º 0.6% 0.66% -
XYZ 20.03 14.47 7.05 -
YUV 104.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 168 80 67 0 0.52 0.60 0.34 7.72 0.43 0.46
Hex A8 50 43 0 34 3C 22 8 2B 2E
Octal 250 120 103 0 64 74 42 10 53 56
Binary 10101000 1010000 1000011 0 110100 111100 100010 1000 101011 101110

Color Harmonies of #A85043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85043

Black with #A85043

Text Example


Text Example

White with #A85043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85043; }

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

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

background-color css

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

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

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

border-color css

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

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

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