Html Css Color HEX #AB725E Toast

📋 copy color: '#AB725E'

red 171 ◦ green 114 ◦ blue 94

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

Shades of Toast #AB725E

Tints of Toast #AB725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 45.12%
G = 30.08%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB725E (or 0xAB725E) is known color: Toast. HEX triplet: AB, 72 and 5E. RGB value is (171,114,94). Sum of RGB (Red+Green+Blue) = 171+114+94=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB725E is #548DA1. Grayscale: #808080. Windows color (decimal): -5541282 or 6189739. OLE color: 6189739.

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

Color convert

RGB 171 114 94 -
CMYK 0 0.33 0.45 0.33
HSL 15.58º 0.31% 0.52% -
HSV(B) 15.58º 0.45% 0.67% -
XYZ 24.83 21.5 13.43 -
YUV 128.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 171 114 94 0 0.33 0.45 0.33 15.58 0.31 0.52
Hex AB 72 5E 0 21 2D 21 10 1F 34
Octal 253 162 136 0 41 55 41 20 37 64
Binary 10101011 1110010 1011110 0 100001 101101 100001 10000 11111 110100

Color Harmonies of #AB725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB725E

Black with #AB725E

Text Example


Text Example

White with #AB725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB725E; }

 p { color: rgb(171,114,94); }

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

background-color css

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

 a { background-color: rgb(171,114,94); }

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

border-color css

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

 span { border-color: rgb(171,114,94); }

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