Html Css Color HEX #AB5346 Apple Blossom

📋 copy color: '#AB5346'

red 171 ◦ green 83 ◦ blue 70

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

Shades of Apple Blossom #AB5346

Tints of Apple Blossom #AB5346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 52.78%
G = 25.62%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB5346 (or 0xAB5346) is known color: Apple Blossom. HEX triplet: AB, 53 and 46. RGB value is (171,83,70). Sum of RGB (Red+Green+Blue) = 171+83+70=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5346 is #54ACB9. Grayscale: #6B6B6B. Windows color (decimal): -5549242 or 4608939. OLE color: 4608939.

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

Color convert

RGB 171 83 70 -
CMYK 0 0.51 0.59 0.33
HSL 7.72º 0.42% 0.47% -
HSV(B) 7.72º 0.59% 0.67% -
XYZ 20.99 15.29 7.64 -
YUV 107.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 171 83 70 0 0.51 0.59 0.33 7.72 0.42 0.47
Hex AB 53 46 0 33 3B 21 8 2A 2F
Octal 253 123 106 0 63 73 41 10 52 57
Binary 10101011 1010011 1000110 0 110011 111011 100001 1000 101010 101111

Color Harmonies of #AB5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5346

Black with #AB5346

Text Example


Text Example

White with #AB5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5346; }

 p { color: rgb(171,83,70); }

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

background-color css

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

 a { background-color: rgb(171,83,70); }

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

border-color css

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

 span { border-color: rgb(171,83,70); }

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