Html Css Color HEX #A37462 Toast

📋 copy color: '#A37462'

red 163 ◦ green 116 ◦ blue 98

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

Shades of Toast #A37462

Tints of Toast #A37462

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

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

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

R = 43.24%
G = 30.77%
B = 25.99%

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

#A37462 (or 0xA37462) is known color: Toast. HEX triplet: A3, 74 and 62. RGB value is (163,116,98). Sum of RGB (Red+Green+Blue) = 163+116+98=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A37462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37462 is #5C8B9D. Grayscale: #808080. Windows color (decimal): -6065054 or 6452387. OLE color: 6452387.

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

Color convert

RGB 163 116 98 -
CMYK 0 0.29 0.40 0.36
HSL 16.62º 0.26% 0.51% -
HSV(B) 16.62º 0.4% 0.64% -
XYZ 23.55 21.16 14.4 -
YUV 128 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 163 116 98 0 0.29 0.40 0.36 16.62 0.26 0.51
Hex A3 74 62 0 1D 28 24 11 1A 33
Octal 243 164 142 0 35 50 44 21 32 63
Binary 10100011 1110100 1100010 0 11101 101000 100100 10001 11010 110011

Color Harmonies of #A37462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37462

Black with #A37462

Text Example


Text Example

White with #A37462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37462; }

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

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

background-color css

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

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

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

border-color css

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

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

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