Html Css Color HEX #AB725C Toast

📋 copy color: '#AB725C'

red 171 ◦ green 114 ◦ blue 92

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

Shades of Toast #AB725C

Tints of Toast #AB725C

RGB

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

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

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

R = 45.36%
G = 30.24%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB725C (or 0xAB725C) is known color: Toast. HEX triplet: AB, 72 and 5C. RGB value is (171,114,92). Sum of RGB (Red+Green+Blue) = 171+114+92=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB725C is #548DA3. Grayscale: #808080. Windows color (decimal): -5541284 or 6058667. OLE color: 6058667.

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

Color convert

RGB 171 114 92 -
CMYK 0 0.33 0.46 0.33
HSL 16.71º 0.32% 0.52% -
HSV(B) 16.71º 0.46% 0.67% -
XYZ 24.74 21.47 12.96 -
YUV 128.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 171 114 92 0 0.33 0.46 0.33 16.71 0.32 0.52
Hex AB 72 5C 0 21 2E 21 11 20 34
Octal 253 162 134 0 41 56 41 21 40 64
Binary 10101011 1110010 1011100 0 100001 101110 100001 10001 100000 110100

Color Harmonies of #AB725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB725C

Black with #AB725C

Text Example


Text Example

White with #AB725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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