Html Css Color HEX #AB5043 Apple Blossom

📋 copy color: '#AB5043'

red 171 ◦ green 80 ◦ blue 67

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

Shades of Apple Blossom #AB5043

Tints of Apple Blossom #AB5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 67 (26.56% from 255) = 21.07%

R = 53.77%
G = 25.16%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB5043 (or 0xAB5043) is known color: Apple Blossom. HEX triplet: AB, 50 and 43. RGB value is (171,80,67). Sum of RGB (Red+Green+Blue) = 171+80+67=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5043 is #54AFBC. Grayscale: #696969. Windows color (decimal): -5550013 or 4411563. OLE color: 4411563.

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

Color convert

RGB 171 80 67 -
CMYK 0 0.53 0.61 0.33
HSL 7.5º 0.44% 0.47% -
HSV(B) 7.5º 0.61% 0.67% -
XYZ 20.68 14.8 7.08 -
YUV 105.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 171 80 67 0 0.53 0.61 0.33 7.5 0.44 0.47
Hex AB 50 43 0 35 3D 21 8 2C 2F
Octal 253 120 103 0 65 75 41 10 54 57
Binary 10101011 1010000 1000011 0 110101 111101 100001 1000 101100 101111

Color Harmonies of #AB5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5043

Black with #AB5043

Text Example


Text Example

White with #AB5043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5043; }

 p { color: rgb(171,80,67); }

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

background-color css

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

 a { background-color: rgb(171,80,67); }

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

border-color css

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

 span { border-color: rgb(171,80,67); }

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