Html Css Color HEX #AB6F5E Toast

📋 copy color: '#AB6F5E'

red 171 ◦ green 111 ◦ blue 94

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

Shades of Toast #AB6F5E

Tints of Toast #AB6F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 94 (37.11% from 255) = 25%

R = 45.48%
G = 29.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB6F5E (or 0xAB6F5E) is known color: Toast. HEX triplet: AB, 6F and 5E. RGB value is (171,111,94). Sum of RGB (Red+Green+Blue) = 171+111+94=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F5E is #5490A1. Grayscale: #7F7F7F. Windows color (decimal): -5542050 or 6188971. OLE color: 6188971.

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

Color convert

RGB 171 111 94 -
CMYK 0 0.35 0.45 0.33
HSL 13.25º 0.31% 0.52% -
HSV(B) 13.25º 0.45% 0.67% -
XYZ 24.5 20.83 13.32 -
YUV 127 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 171 111 94 0 0.35 0.45 0.33 13.25 0.31 0.52
Hex AB 6F 5E 0 23 2D 21 D 1F 34
Octal 253 157 136 0 43 55 41 15 37 64
Binary 10101011 1101111 1011110 0 100011 101101 100001 1101 11111 110100

Color Harmonies of #AB6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F5E

Black with #AB6F5E

Text Example


Text Example

White with #AB6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F5E; }

 p { color: rgb(171,111,94); }

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

background-color css

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

 a { background-color: rgb(171,111,94); }

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

border-color css

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

 span { border-color: rgb(171,111,94); }

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