Html Css Color HEX #AB765B Toast

📋 copy color: '#AB765B'

red 171 ◦ green 118 ◦ blue 91

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

Shades of Toast #AB765B

Tints of Toast #AB765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 45%
G = 31.05%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB765B (or 0xAB765B) is known color: Toast. HEX triplet: AB, 76 and 5B. RGB value is (171,118,91). Sum of RGB (Red+Green+Blue) = 171+118+91=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB765B is #5489A4. Grayscale: #828282. Windows color (decimal): -5540261 or 5994155. OLE color: 5994155.

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

Color convert

RGB 171 118 91 -
CMYK 0 0.31 0.47 0.33
HSL 20.25º 0.32% 0.51% -
HSV(B) 20.25º 0.47% 0.67% -
XYZ 25.16 22.37 12.89 -
YUV 130.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 171 118 91 0 0.31 0.47 0.33 20.25 0.32 0.51
Hex AB 76 5B 0 1F 2F 21 14 20 33
Octal 253 166 133 0 37 57 41 24 40 63
Binary 10101011 1110110 1011011 0 11111 101111 100001 10100 100000 110011

Color Harmonies of #AB765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB765B

Black with #AB765B

Text Example


Text Example

White with #AB765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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