Html Css Color HEX #A07259 Toast

📋 copy color: '#A07259'

red 160 ◦ green 114 ◦ blue 89

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

Shades of Toast #A07259

Tints of Toast #A07259

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

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

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 44.08%
G = 31.4%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A07259 (or 0xA07259) is known color: Toast. HEX triplet: A0, 72 and 59. RGB value is (160,114,89). Sum of RGB (Red+Green+Blue) = 160+114+89=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07259 is #5F8DA6. Grayscale: #7D7D7D. Windows color (decimal): -6262183 or 5862048. OLE color: 5862048.

HSL color Cylindrical-coordinate representation of color #A07259: hue angle of 21.13º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07259 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 89 -
CMYK 0 0.29 0.44 0.37
HSL 21.13º 0.29% 0.49% -
HSV(B) 21.13º 0.44% 0.63% -
XYZ 22.32 20.23 12.18 -
YUV 124.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 160 114 89 0 0.29 0.44 0.37 21.13 0.29 0.49
Hex A0 72 59 0 1D 2C 25 15 1D 31
Octal 240 162 131 0 35 54 45 25 35 61
Binary 10100000 1110010 1011001 0 11101 101100 100101 10101 11101 110001

Color Harmonies of #A07259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07259

Black with #A07259

Text Example


Text Example

White with #A07259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07259; }

 p { color: rgb(160,114,89); }

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

background-color css

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

 a { background-color: rgb(160,114,89); }

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

border-color css

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

 span { border-color: rgb(160,114,89); }

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