Html Css Color HEX #A37465 Toast

📋 copy color: '#A37465'

red 163 ◦ green 116 ◦ blue 101

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

Shades of Toast #A37465

Tints of Toast #A37465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 42.89%
G = 30.53%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37465 (or 0xA37465) is known color: Toast. HEX triplet: A3, 74 and 65. RGB value is (163,116,101). Sum of RGB (Red+Green+Blue) = 163+116+101=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A37465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37465 is #5C8B9A. Grayscale: #808080. Windows color (decimal): -6065051 or 6648995. OLE color: 6648995.

HSL color Cylindrical-coordinate representation of color #A37465: hue angle of 14.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37465 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 101 -
CMYK 0 0.29 0.38 0.36
HSL 14.52º 0.25% 0.52% -
HSV(B) 14.52º 0.38% 0.64% -
XYZ 23.7 21.22 15.16 -
YUV 128.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 163 116 101 0 0.29 0.38 0.36 14.52 0.25 0.52
Hex A3 74 65 0 1D 26 24 F 19 34
Octal 243 164 145 0 35 46 44 17 31 64
Binary 10100011 1110100 1100101 0 11101 100110 100100 1111 11001 110100

Color Harmonies of #A37465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37465

Black with #A37465

Text Example


Text Example

White with #A37465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37465; }

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

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

background-color css

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

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

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

border-color css

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

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

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