Html Css Color HEX #A37265 Toast

📋 copy color: '#A37265'

red 163 ◦ green 114 ◦ blue 101

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

Shades of Toast #A37265

Tints of Toast #A37265

RGB

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

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

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

R = 43.12%
G = 30.16%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37265 (or 0xA37265) is known color: Toast. HEX triplet: A3, 72 and 65. RGB value is (163,114,101). Sum of RGB (Red+Green+Blue) = 163+114+101=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A37265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37265 is #5C8D9A. Grayscale: #7F7F7F. Windows color (decimal): -6065563 or 6648483. OLE color: 6648483.

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

Color convert

RGB 163 114 101 -
CMYK 0 0.30 0.38 0.36
HSL 12.58º 0.25% 0.52% -
HSV(B) 12.58º 0.38% 0.64% -
XYZ 23.47 20.76 15.08 -
YUV 127.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 163 114 101 0 0.30 0.38 0.36 12.58 0.25 0.52
Hex A3 72 65 0 1E 26 24 D 19 34
Octal 243 162 145 0 36 46 44 15 31 64
Binary 10100011 1110010 1100101 0 11110 100110 100100 1101 11001 110100

Color Harmonies of #A37265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37265

Black with #A37265

Text Example


Text Example

White with #A37265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37265; }

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

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

background-color css

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

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

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

border-color css

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

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

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