Html Css Color HEX #AC5B5A Apple Blossom

📋 copy color: '#AC5B5A'

red 172 ◦ green 91 ◦ blue 90

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

Shades of Apple Blossom #AC5B5A

Tints of Apple Blossom #AC5B5A

RGB

 RED value IS 172 (67.58% from 255) = 48.73%

 GREEN value IS 91 (35.94% from 255) = 25.78%

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

R = 48.73%
G = 25.78%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC5B5A (or 0xAC5B5A) is known color: Apple Blossom. HEX triplet: AC, 5B and 5A. RGB value is (172,91,90). Sum of RGB (Red+Green+Blue) = 172+91+90=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B5A is #53A4A5. Grayscale: #737373. Windows color (decimal): -5481638 or 5921708. OLE color: 5921708.

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

Color convert

RGB 172 91 90 -
CMYK 0 0.47 0.48 0.33
HSL 0.73º 0.33% 0.51% -
HSV(B) 0.73º 0.48% 0.67% -
XYZ 22.6 16.99 11.76 -
YUV 115.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 172 91 90 0 0.47 0.48 0.33 0.73 0.33 0.51
Hex AC 5B 5A 0 2F 30 21 1 21 33
Octal 254 133 132 0 57 60 41 1 41 63
Binary 10101100 1011011 1011010 0 101111 110000 100001 1 100001 110011

Color Harmonies of #AC5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B5A

Black with #AC5B5A

Text Example


Text Example

White with #AC5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B5A; }

 p { color: rgb(172,91,90); }

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

background-color css

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

 a { background-color: rgb(172,91,90); }

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

border-color css

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

 span { border-color: rgb(172,91,90); }

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