Html Css Color HEX #AB715C Toast

📋 copy color: '#AB715C'

red 171 ◦ green 113 ◦ blue 92

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

Shades of Toast #AB715C

Tints of Toast #AB715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 45.48%
G = 30.05%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB715C (or 0xAB715C) is known color: Toast. HEX triplet: AB, 71 and 5C. RGB value is (171,113,92). Sum of RGB (Red+Green+Blue) = 171+113+92=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715C is #548EA3. Grayscale: #808080. Windows color (decimal): -5541540 or 6058411. OLE color: 6058411.

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

Color convert

RGB 171 113 92 -
CMYK 0 0.34 0.46 0.33
HSL 15.95º 0.32% 0.52% -
HSV(B) 15.95º 0.46% 0.67% -
XYZ 24.63 21.24 12.93 -
YUV 127.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 171 113 92 0 0.34 0.46 0.33 15.95 0.32 0.52
Hex AB 71 5C 0 22 2E 21 10 20 34
Octal 253 161 134 0 42 56 41 20 40 64
Binary 10101011 1110001 1011100 0 100010 101110 100001 10000 100000 110100

Color Harmonies of #AB715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB715C

Black with #AB715C

Text Example


Text Example

White with #AB715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB715C; }

 p { color: rgb(171,113,92); }

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

background-color css

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

 a { background-color: rgb(171,113,92); }

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

border-color css

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

 span { border-color: rgb(171,113,92); }

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