Html Css Color HEX #AB4A45 Apple Blossom

📋 copy color: '#AB4A45'

red 171 ◦ green 74 ◦ blue 69

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

Shades of Apple Blossom #AB4A45

Tints of Apple Blossom #AB4A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 54.46%
G = 23.57%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB4A45 (or 0xAB4A45) is known color: Apple Blossom. HEX triplet: AB, 4A and 45. RGB value is (171,74,69). Sum of RGB (Red+Green+Blue) = 171+74+69=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A45 is #54B5BA. Grayscale: #666666. Windows color (decimal): -5551547 or 4541099. OLE color: 4541099.

HSL color Cylindrical-coordinate representation of color #AB4A45: hue angle of 2.94º 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 #AB4A45 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 69 -
CMYK 0 0.57 0.60 0.33
HSL 2.94º 0.43% 0.47% -
HSV(B) 2.94º 0.6% 0.67% -
XYZ 20.32 13.99 7.26 -
YUV 102.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 171 74 69 0 0.57 0.60 0.33 2.94 0.43 0.47
Hex AB 4A 45 0 39 3C 21 3 2A 2F
Octal 253 112 105 0 71 74 41 3 52 57
Binary 10101011 1001010 1000101 0 111001 111100 100001 11 101010 101111

Color Harmonies of #AB4A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A45

Black with #AB4A45

Text Example


Text Example

White with #AB4A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A45; }

 p { color: rgb(171,74,69); }

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

background-color css

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

 a { background-color: rgb(171,74,69); }

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

border-color css

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

 span { border-color: rgb(171,74,69); }

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