Html Css Color HEX #AB4F42 Apple Blossom

📋 copy color: '#AB4F42'

red 171 ◦ green 79 ◦ blue 66

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

Shades of Apple Blossom #AB4F42

Tints of Apple Blossom #AB4F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 54.11%
G = 25%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB4F42 (or 0xAB4F42) is known color: Apple Blossom. HEX triplet: AB, 4F and 42. RGB value is (171,79,66). Sum of RGB (Red+Green+Blue) = 171+79+66=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F42 is #54B0BD. Grayscale: #696969. Windows color (decimal): -5550270 or 4345771. OLE color: 4345771.

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

Color convert

RGB 171 79 66 -
CMYK 0 0.54 0.61 0.33
HSL 7.43º 0.44% 0.46% -
HSV(B) 7.43º 0.61% 0.67% -
XYZ 20.57 14.64 6.9 -
YUV 105.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 171 79 66 0 0.54 0.61 0.33 7.43 0.44 0.46
Hex AB 4F 42 0 36 3D 21 7 2C 2E
Octal 253 117 102 0 66 75 41 7 54 56
Binary 10101011 1001111 1000010 0 110110 111101 100001 111 101100 101110

Color Harmonies of #AB4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F42

Black with #AB4F42

Text Example


Text Example

White with #AB4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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