Html Css Color HEX #AB7460 Toast

📋 copy color: '#AB7460'

red 171 ◦ green 116 ◦ blue 96

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

Shades of Toast #AB7460

Tints of Toast #AB7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 44.65%
G = 30.29%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB7460 (or 0xAB7460) is known color: Toast. HEX triplet: AB, 74 and 60. RGB value is (171,116,96). Sum of RGB (Red+Green+Blue) = 171+116+96=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7460 is #548B9F. Grayscale: #828282. Windows color (decimal): -5540768 or 6321323. OLE color: 6321323.

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

Color convert

RGB 171 116 96 -
CMYK 0 0.32 0.44 0.33
HSL 16º 0.31% 0.52% -
HSV(B) 16º 0.44% 0.67% -
XYZ 25.15 21.99 13.99 -
YUV 130.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 171 116 96 0 0.32 0.44 0.33 16 0.31 0.52
Hex AB 74 60 0 20 2C 21 10 1F 34
Octal 253 164 140 0 40 54 41 20 37 64
Binary 10101011 1110100 1100000 0 100000 101100 100001 10000 11111 110100

Color Harmonies of #AB7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7460

Black with #AB7460

Text Example


Text Example

White with #AB7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7460; }

 p { color: rgb(171,116,96); }

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

background-color css

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

 a { background-color: rgb(171,116,96); }

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

border-color css

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

 span { border-color: rgb(171,116,96); }

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