Html Css Color HEX #AB5C5A Apple Blossom

📋 copy color: '#AB5C5A'

red 171 ◦ green 92 ◦ blue 90

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

Shades of Apple Blossom #AB5C5A

Tints of Apple Blossom #AB5C5A

RGB

 RED value IS 171 (67.19% from 255) = 48.44%

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

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

R = 48.44%
G = 26.06%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB5C5A (or 0xAB5C5A) is known color: Apple Blossom. HEX triplet: AB, 5C and 5A. RGB value is (171,92,90). Sum of RGB (Red+Green+Blue) = 171+92+90=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C5A is #54A3A5. Grayscale: #737373. Windows color (decimal): -5546918 or 5921963. OLE color: 5921963.

HSL color Cylindrical-coordinate representation of color #AB5C5A: hue angle of 1.48º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5C5A is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 92 90 -
CMYK 0 0.46 0.47 0.33
HSL 1.48º 0.33% 0.51% -
HSV(B) 1.48º 0.47% 0.67% -
XYZ 22.47 17.05 11.78 -
YUV 115.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 171 92 90 0 0.46 0.47 0.33 1.48 0.33 0.51
Hex AB 5C 5A 0 2E 2F 21 1 21 33
Octal 253 134 132 0 56 57 41 1 41 63
Binary 10101011 1011100 1011010 0 101110 101111 100001 1 100001 110011

Color Harmonies of #AB5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5C5A

Black with #AB5C5A

Text Example


Text Example

White with #AB5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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