Html Css Color HEX #A85C5A Apple Blossom

📋 copy color: '#A85C5A'

red 168 ◦ green 92 ◦ blue 90

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

Shades of Apple Blossom #A85C5A

Tints of Apple Blossom #A85C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 48%
G = 26.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A85C5A (or 0xA85C5A) is known color: Apple Blossom. HEX triplet: A8, 5C and 5A. RGB value is (168,92,90). Sum of RGB (Red+Green+Blue) = 168+92+90=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C5A is #57A3A5. Grayscale: #727272. Windows color (decimal): -5743526 or 5921960. OLE color: 5921960.

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

Color convert

RGB 168 92 90 -
CMYK 0 0.45 0.46 0.34
HSL 1.54º 0.31% 0.51% -
HSV(B) 1.54º 0.46% 0.66% -
XYZ 21.82 16.72 11.75 -
YUV 114.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 168 92 90 0 0.45 0.46 0.34 1.54 0.31 0.51
Hex A8 5C 5A 0 2D 2E 22 2 1F 33
Octal 250 134 132 0 55 56 42 2 37 63
Binary 10101000 1011100 1011010 0 101101 101110 100010 10 11111 110011

Color Harmonies of #A85C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C5A

Black with #A85C5A

Text Example


Text Example

White with #A85C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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