Html Css Color HEX #AB745D Toast

📋 copy color: '#AB745D'

red 171 ◦ green 116 ◦ blue 93

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

Shades of Toast #AB745D

Tints of Toast #AB745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 45%
G = 30.53%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB745D (or 0xAB745D) is known color: Toast. HEX triplet: AB, 74 and 5D. RGB value is (171,116,93). Sum of RGB (Red+Green+Blue) = 171+116+93=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745D is #548BA2. Grayscale: #818181. Windows color (decimal): -5540771 or 6124715. OLE color: 6124715.

HSL color Cylindrical-coordinate representation of color #AB745D: hue angle of 17.69º 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 #AB745D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 116 93 -
CMYK 0 0.32 0.46 0.33
HSL 17.69º 0.32% 0.52% -
HSV(B) 17.69º 0.46% 0.67% -
XYZ 25.02 21.94 13.27 -
YUV 129.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 171 116 93 0 0.32 0.46 0.33 17.69 0.32 0.52
Hex AB 74 5D 0 20 2E 21 12 20 34
Octal 253 164 135 0 40 56 41 22 40 64
Binary 10101011 1110100 1011101 0 100000 101110 100001 10010 100000 110100

Color Harmonies of #AB745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB745D

Black with #AB745D

Text Example


Text Example

White with #AB745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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