Html Css Color HEX #A85250 Apple Blossom

📋 copy color: '#A85250'

red 168 ◦ green 82 ◦ blue 80

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

Shades of Apple Blossom #A85250

Tints of Apple Blossom #A85250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 50.91%
G = 24.85%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A85250 (or 0xA85250) is known color: Apple Blossom. HEX triplet: A8, 52 and 50. RGB value is (168,82,80). Sum of RGB (Red+Green+Blue) = 168+82+80=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A85250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85250 is #57ADAF. Grayscale: #6B6B6B. Windows color (decimal): -5746096 or 5264040. OLE color: 5264040.

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

Color convert

RGB 168 82 80 -
CMYK 0 0.51 0.52 0.34
HSL 1.36º 0.35% 0.49% -
HSV(B) 1.36º 0.52% 0.66% -
XYZ 20.61 14.94 9.39 -
YUV 107.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 168 82 80 0 0.51 0.52 0.34 1.36 0.35 0.49
Hex A8 52 50 0 33 34 22 1 23 31
Octal 250 122 120 0 63 64 42 1 43 61
Binary 10101000 1010010 1010000 0 110011 110100 100010 1 100011 110001

Color Harmonies of #A85250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85250

Black with #A85250

Text Example


Text Example

White with #A85250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85250; }

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

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

background-color css

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

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

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

border-color css

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

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

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