Html Css Color HEX #AB745A Toast

📋 copy color: '#AB745A'

red 171 ◦ green 116 ◦ blue 90

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

Shades of Toast #AB745A

Tints of Toast #AB745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 45.36%
G = 30.77%
B = 23.87%

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

#AB745A (or 0xAB745A) is known color: Toast. HEX triplet: AB, 74 and 5A. RGB value is (171,116,90). Sum of RGB (Red+Green+Blue) = 171+116+90=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745A is #548BA5. Grayscale: #818181. Windows color (decimal): -5540774 or 5928107. OLE color: 5928107.

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

Color convert

RGB 171 116 90 -
CMYK 0 0.32 0.47 0.33
HSL 19.26º 0.33% 0.51% -
HSV(B) 19.26º 0.47% 0.67% -
XYZ 24.89 21.89 12.59 -
YUV 129.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 171 116 90 0 0.32 0.47 0.33 19.26 0.33 0.51
Hex AB 74 5A 0 20 2F 21 13 21 33
Octal 253 164 132 0 40 57 41 23 41 63
Binary 10101011 1110100 1011010 0 100000 101111 100001 10011 100001 110011

Color Harmonies of #AB745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB745A

Black with #AB745A

Text Example


Text Example

White with #AB745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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