Html Css Color HEX #A47362 Toast

📋 copy color: '#A47362'

red 164 ◦ green 115 ◦ blue 98

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

Shades of Toast #A47362

Tints of Toast #A47362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 43.5%
G = 30.5%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47362 (or 0xA47362) is known color: Toast. HEX triplet: A4, 73 and 62. RGB value is (164,115,98). Sum of RGB (Red+Green+Blue) = 164+115+98=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47362 is #5B8C9D. Grayscale: #7F7F7F. Windows color (decimal): -5999774 or 6452132. OLE color: 6452132.

HSL color Cylindrical-coordinate representation of color #A47362: hue angle of 15.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47362 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 98 -
CMYK 0 0.30 0.40 0.36
HSL 15.45º 0.27% 0.51% -
HSV(B) 15.45º 0.4% 0.64% -
XYZ 23.65 21.04 14.37 -
YUV 127.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 164 115 98 0 0.30 0.40 0.36 15.45 0.27 0.51
Hex A4 73 62 0 1E 28 24 F 1B 33
Octal 244 163 142 0 36 50 44 17 33 63
Binary 10100100 1110011 1100010 0 11110 101000 100100 1111 11011 110011

Color Harmonies of #A47362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47362

Black with #A47362

Text Example


Text Example

White with #A47362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47362; }

 p { color: rgb(164,115,98); }

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

background-color css

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

 a { background-color: rgb(164,115,98); }

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

border-color css

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

 span { border-color: rgb(164,115,98); }

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