Html Css Color HEX #AB4C44 Apple Blossom

📋 copy color: '#AB4C44'

red 171 ◦ green 76 ◦ blue 68

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

Shades of Apple Blossom #AB4C44

Tints of Apple Blossom #AB4C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 54.29%
G = 24.13%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB4C44 (or 0xAB4C44) is known color: Apple Blossom. HEX triplet: AB, 4C and 44. RGB value is (171,76,68). Sum of RGB (Red+Green+Blue) = 171+76+68=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C44 is #54B3BB. Grayscale: #676767. Windows color (decimal): -5551036 or 4476075. OLE color: 4476075.

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

Color convert

RGB 171 76 68 -
CMYK 0 0.56 0.60 0.33
HSL 4.66º 0.43% 0.47% -
HSV(B) 4.66º 0.6% 0.67% -
XYZ 20.42 14.24 7.14 -
YUV 103.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 171 76 68 0 0.56 0.60 0.33 4.66 0.43 0.47
Hex AB 4C 44 0 38 3C 21 5 2B 2F
Octal 253 114 104 0 70 74 41 5 53 57
Binary 10101011 1001100 1000100 0 111000 111100 100001 101 101011 101111

Color Harmonies of #AB4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C44

Black with #AB4C44

Text Example


Text Example

White with #AB4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C44; }

 p { color: rgb(171,76,68); }

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

background-color css

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

 a { background-color: rgb(171,76,68); }

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

border-color css

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

 span { border-color: rgb(171,76,68); }

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