Html Css Color HEX #A47462 Toast

📋 copy color: '#A47462'

red 164 ◦ green 116 ◦ blue 98

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

Shades of Toast #A47462

Tints of Toast #A47462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

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

R = 43.39%
G = 30.69%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47462 (or 0xA47462) is known color: Toast. HEX triplet: A4, 74 and 62. RGB value is (164,116,98). Sum of RGB (Red+Green+Blue) = 164+116+98=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47462 is #5B8B9D. Grayscale: #808080. Windows color (decimal): -5999518 or 6452388. OLE color: 6452388.

HSL color Cylindrical-coordinate representation of color #A47462: hue angle of 16.36º 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 #A47462 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 98 -
CMYK 0 0.29 0.40 0.36
HSL 16.36º 0.27% 0.51% -
HSV(B) 16.36º 0.4% 0.64% -
XYZ 23.76 21.27 14.41 -
YUV 128.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 164 116 98 0 0.29 0.40 0.36 16.36 0.27 0.51
Hex A4 74 62 0 1D 28 24 10 1B 33
Octal 244 164 142 0 35 50 44 20 33 63
Binary 10100100 1110100 1100010 0 11101 101000 100100 10000 11011 110011

Color Harmonies of #A47462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47462

Black with #A47462

Text Example


Text Example

White with #A47462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47462; }

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

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

background-color css

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

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

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

border-color css

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

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

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