Html Css Color HEX #AB755A Toast

📋 copy color: '#AB755A'

red 171 ◦ green 117 ◦ blue 90

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

Shades of Toast #AB755A

Tints of Toast #AB755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 45.24%
G = 30.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB755A (or 0xAB755A) is known color: Toast. HEX triplet: AB, 75 and 5A. RGB value is (171,117,90). Sum of RGB (Red+Green+Blue) = 171+117+90=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB755A is #548AA5. Grayscale: #828282. Windows color (decimal): -5540518 or 5928363. OLE color: 5928363.

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

Color convert

RGB 171 117 90 -
CMYK 0 0.32 0.47 0.33
HSL 20º 0.33% 0.51% -
HSV(B) 20º 0.47% 0.67% -
XYZ 25 22.12 12.62 -
YUV 130.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 171 117 90 0 0.32 0.47 0.33 20 0.33 0.51
Hex AB 75 5A 0 20 2F 21 14 21 33
Octal 253 165 132 0 40 57 41 24 41 63
Binary 10101011 1110101 1011010 0 100000 101111 100001 10100 100001 110011

Color Harmonies of #AB755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB755A

Black with #AB755A

Text Example


Text Example

White with #AB755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB755A; }

 p { color: rgb(171,117,90); }

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

background-color css

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

 a { background-color: rgb(171,117,90); }

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

border-color css

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

 span { border-color: rgb(171,117,90); }

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