Html Css Color HEX #AB4D4B Apple Blossom

📋 copy color: '#AB4D4B'

red 171 ◦ green 77 ◦ blue 75

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

Shades of Apple Blossom #AB4D4B

Tints of Apple Blossom #AB4D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 52.94%
G = 23.84%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB4D4B (or 0xAB4D4B) is known color: Apple Blossom. HEX triplet: AB, 4D and 4B. RGB value is (171,77,75). Sum of RGB (Red+Green+Blue) = 171+77+75=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D4B is #54B2B4. Grayscale: #686868. Windows color (decimal): -5550773 or 4935083. OLE color: 4935083.

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

Color convert

RGB 171 77 75 -
CMYK 0 0.55 0.56 0.33
HSL 1.25º 0.39% 0.48% -
HSV(B) 1.25º 0.56% 0.67% -
XYZ 20.72 14.47 8.36 -
YUV 104.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 171 77 75 0 0.55 0.56 0.33 1.25 0.39 0.48
Hex AB 4D 4B 0 37 38 21 1 27 30
Octal 253 115 113 0 67 70 41 1 47 60
Binary 10101011 1001101 1001011 0 110111 111000 100001 1 100111 110000

Color Harmonies of #AB4D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D4B

Black with #AB4D4B

Text Example


Text Example

White with #AB4D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D4B; }

 p { color: rgb(171,77,75); }

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

background-color css

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

 a { background-color: rgb(171,77,75); }

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

border-color css

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

 span { border-color: rgb(171,77,75); }

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