Html Css Color HEX #A85A54 Apple Blossom

📋 copy color: '#A85A54'

red 168 ◦ green 90 ◦ blue 84

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

Shades of Apple Blossom #A85A54

Tints of Apple Blossom #A85A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 49.12%
G = 26.32%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A85A54 (or 0xA85A54) is known color: Apple Blossom. HEX triplet: A8, 5A and 54. RGB value is (168,90,84). Sum of RGB (Red+Green+Blue) = 168+90+84=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A54 is #57A5AB. Grayscale: #707070. Windows color (decimal): -5744044 or 5528232. OLE color: 5528232.

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

Color convert

RGB 168 90 84 -
CMYK 0 0.46 0.5 0.34
HSL 4.29º 0.33% 0.49% -
HSV(B) 4.29º 0.5% 0.66% -
XYZ 21.4 16.28 10.4 -
YUV 112.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 168 90 84 0 0.46 0.5 0.34 4.29 0.33 0.49
Hex A8 5A 54 0 2E 32 22 4 21 31
Octal 250 132 124 0 56 62 42 4 41 61
Binary 10101000 1011010 1010100 0 101110 110010 100010 100 100001 110001

Color Harmonies of #A85A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A54

Black with #A85A54

Text Example


Text Example

White with #A85A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A54; }

 p { color: rgb(168,90,84); }

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

background-color css

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

 a { background-color: rgb(168,90,84); }

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

border-color css

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

 span { border-color: rgb(168,90,84); }

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