Html Css Color HEX #AB765C Toast

📋 copy color: '#AB765C'

red 171 ◦ green 118 ◦ blue 92

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

Shades of Toast #AB765C

Tints of Toast #AB765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 44.88%
G = 30.97%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB765C (or 0xAB765C) is known color: Toast. HEX triplet: AB, 76 and 5C. RGB value is (171,118,92). Sum of RGB (Red+Green+Blue) = 171+118+92=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB765C is #5489A3. Grayscale: #838383. Windows color (decimal): -5540260 or 6059691. OLE color: 6059691.

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

Color convert

RGB 171 118 92 -
CMYK 0 0.31 0.46 0.33
HSL 19.75º 0.32% 0.52% -
HSV(B) 19.75º 0.46% 0.67% -
XYZ 25.2 22.39 13.12 -
YUV 130.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 171 118 92 0 0.31 0.46 0.33 19.75 0.32 0.52
Hex AB 76 5C 0 1F 2E 21 14 20 34
Octal 253 166 134 0 37 56 41 24 40 64
Binary 10101011 1110110 1011100 0 11111 101110 100001 10100 100000 110100

Color Harmonies of #AB765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB765C

Black with #AB765C

Text Example


Text Example

White with #AB765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB765C; }

 p { color: rgb(171,118,92); }

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

background-color css

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

 a { background-color: rgb(171,118,92); }

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

border-color css

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

 span { border-color: rgb(171,118,92); }

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