Html Css Color HEX #AB534C Apple Blossom

📋 copy color: '#AB534C'

red 171 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #AB534C

Tints of Apple Blossom #AB534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 51.82%
G = 25.15%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB534C (or 0xAB534C) is known color: Apple Blossom. HEX triplet: AB, 53 and 4C. RGB value is (171,83,76). Sum of RGB (Red+Green+Blue) = 171+83+76=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB534C is #54ACB3. Grayscale: #6C6C6C. Windows color (decimal): -5549236 or 5002155. OLE color: 5002155.

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

Color convert

RGB 171 83 76 -
CMYK 0 0.51 0.56 0.33
HSL 4.42º 0.38% 0.48% -
HSV(B) 4.42º 0.56% 0.67% -
XYZ 21.19 15.37 8.69 -
YUV 108.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 171 83 76 0 0.51 0.56 0.33 4.42 0.38 0.48
Hex AB 53 4C 0 33 38 21 4 26 30
Octal 253 123 114 0 63 70 41 4 46 60
Binary 10101011 1010011 1001100 0 110011 111000 100001 100 100110 110000

Color Harmonies of #AB534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB534C

Black with #AB534C

Text Example


Text Example

White with #AB534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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