Html Css Color HEX #AB775E Toast

📋 copy color: '#AB775E'

red 171 ◦ green 119 ◦ blue 94

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

Shades of Toast #AB775E

Tints of Toast #AB775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 44.53%
G = 30.99%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB775E (or 0xAB775E) is known color: Toast. HEX triplet: AB, 77 and 5E. RGB value is (171,119,94). Sum of RGB (Red+Green+Blue) = 171+119+94=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775E is #5488A1. Grayscale: #838383. Windows color (decimal): -5540002 or 6191019. OLE color: 6191019.

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

Color convert

RGB 171 119 94 -
CMYK 0 0.30 0.45 0.33
HSL 19.48º 0.31% 0.52% -
HSV(B) 19.48º 0.45% 0.67% -
XYZ 25.41 22.66 13.62 -
YUV 131.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 171 119 94 0 0.30 0.45 0.33 19.48 0.31 0.52
Hex AB 77 5E 0 1E 2D 21 13 1F 34
Octal 253 167 136 0 36 55 41 23 37 64
Binary 10101011 1110111 1011110 0 11110 101101 100001 10011 11111 110100

Color Harmonies of #AB775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB775E

Black with #AB775E

Text Example


Text Example

White with #AB775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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