Html Css Color HEX #AB775D Toast

📋 copy color: '#AB775D'

red 171 ◦ green 119 ◦ blue 93

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

Shades of Toast #AB775D

Tints of Toast #AB775D

RGB

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

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

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

R = 44.65%
G = 31.07%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB775D (or 0xAB775D) is known color: Toast. HEX triplet: AB, 77 and 5D. RGB value is (171,119,93). Sum of RGB (Red+Green+Blue) = 171+119+93=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775D is #5488A2. Grayscale: #838383. Windows color (decimal): -5540003 or 6125483. OLE color: 6125483.

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

Color convert

RGB 171 119 93 -
CMYK 0 0.30 0.46 0.33
HSL 20º 0.32% 0.52% -
HSV(B) 20º 0.46% 0.67% -
XYZ 25.37 22.64 13.39 -
YUV 131.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 171 119 93 0 0.30 0.46 0.33 20 0.32 0.52
Hex AB 77 5D 0 1E 2E 21 14 20 34
Octal 253 167 135 0 36 56 41 24 40 64
Binary 10101011 1110111 1011101 0 11110 101110 100001 10100 100000 110100

Color Harmonies of #AB775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB775D

Black with #AB775D

Text Example


Text Example

White with #AB775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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