Html Css Color HEX #A47259 Toast

📋 copy color: '#A47259'

red 164 ◦ green 114 ◦ blue 89

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

Shades of Toast #A47259

Tints of Toast #A47259

RGB

 RED value IS 164 (64.45% from 255) = 44.69%

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

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

R = 44.69%
G = 31.06%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A47259 (or 0xA47259) is known color: Toast. HEX triplet: A4, 72 and 59. RGB value is (164,114,89). Sum of RGB (Red+Green+Blue) = 164+114+89=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47259 is #5B8DA6. Grayscale: #7E7E7E. Windows color (decimal): -6000039 or 5862052. OLE color: 5862052.

HSL color Cylindrical-coordinate representation of color #A47259: hue angle of 20º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47259 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 89 -
CMYK 0 0.30 0.46 0.36
HSL 20º 0.3% 0.5% -
HSV(B) 20º 0.46% 0.64% -
XYZ 23.13 20.65 12.22 -
YUV 126.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 164 114 89 0 0.30 0.46 0.36 20 0.3 0.5
Hex A4 72 59 0 1E 2E 24 14 1E 32
Octal 244 162 131 0 36 56 44 24 36 62
Binary 10100100 1110010 1011001 0 11110 101110 100100 10100 11110 110010

Color Harmonies of #A47259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47259

Black with #A47259

Text Example


Text Example

White with #A47259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47259; }

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

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

background-color css

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

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

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

border-color css

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

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

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