Html Css Color HEX #AB4F40 Apple Blossom

📋 copy color: '#AB4F40'

red 171 ◦ green 79 ◦ blue 64

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

Shades of Apple Blossom #AB4F40

Tints of Apple Blossom #AB4F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 54.46%
G = 25.16%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB4F40 (or 0xAB4F40) is known color: Apple Blossom. HEX triplet: AB, 4F and 40. RGB value is (171,79,64). Sum of RGB (Red+Green+Blue) = 171+79+64=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F40 is #54B0BF. Grayscale: #686868. Windows color (decimal): -5550272 or 4214699. OLE color: 4214699.

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

Color convert

RGB 171 79 64 -
CMYK 0 0.54 0.63 0.33
HSL 8.41º 0.46% 0.46% -
HSV(B) 8.41º 0.63% 0.67% -
XYZ 20.52 14.62 6.59 -
YUV 104.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 171 79 64 0 0.54 0.63 0.33 8.41 0.46 0.46
Hex AB 4F 40 0 36 3F 21 8 2E 2E
Octal 253 117 100 0 66 77 41 10 56 56
Binary 10101011 1001111 1000000 0 110110 111111 100001 1000 101110 101110

Color Harmonies of #AB4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F40

Black with #AB4F40

Text Example


Text Example

White with #AB4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F40; }

 p { color: rgb(171,79,64); }

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

background-color css

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

 a { background-color: rgb(171,79,64); }

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

border-color css

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

 span { border-color: rgb(171,79,64); }

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