Html Css Color HEX #A35A56 Apple Blossom

📋 copy color: '#A35A56'

red 163 ◦ green 90 ◦ blue 86

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

Shades of Apple Blossom #A35A56

Tints of Apple Blossom #A35A56

RGB

 RED value IS 163 (64.06% from 255) = 48.08%

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

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 48.08%
G = 26.55%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A35A56 (or 0xA35A56) is known color: Apple Blossom. HEX triplet: A3, 5A and 56. RGB value is (163,90,86). Sum of RGB (Red+Green+Blue) = 163+90+86=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A56 is #5CA5A9. Grayscale: #6F6F6F. Windows color (decimal): -6071722 or 5659299. OLE color: 5659299.

HSL color Cylindrical-coordinate representation of color #A35A56: hue angle of 3.12º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35A56 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 86 -
CMYK 0 0.45 0.47 0.36
HSL 3.12º 0.31% 0.49% -
HSV(B) 3.12º 0.47% 0.64% -
XYZ 20.44 15.77 10.77 -
YUV 111.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 163 90 86 0 0.45 0.47 0.36 3.12 0.31 0.49
Hex A3 5A 56 0 2D 2F 24 3 1F 31
Octal 243 132 126 0 55 57 44 3 37 61
Binary 10100011 1011010 1010110 0 101101 101111 100100 11 11111 110001

Color Harmonies of #A35A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A56

Black with #A35A56

Text Example


Text Example

White with #A35A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A56; }

 p { color: rgb(163,90,86); }

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

background-color css

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

 a { background-color: rgb(163,90,86); }

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

border-color css

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

 span { border-color: rgb(163,90,86); }

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