Html Css Color HEX #A76F61 Toast

📋 copy color: '#A76F61'

red 167 ◦ green 111 ◦ blue 97

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

Shades of Toast #A76F61

Tints of Toast #A76F61

RGB

 RED value IS 167 (65.63% from 255) = 44.53%

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 44.53%
G = 29.6%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A76F61 (or 0xA76F61) is known color: Toast. HEX triplet: A7, 6F and 61. RGB value is (167,111,97). Sum of RGB (Red+Green+Blue) = 167+111+97=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F61 is #58909E. Grayscale: #7E7E7E. Windows color (decimal): -5804191 or 6385575. OLE color: 6385575.

HSL color Cylindrical-coordinate representation of color #A76F61: hue angle of 12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76F61 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 97 -
CMYK 0 0.34 0.42 0.35
HSL 12º 0.28% 0.52% -
HSV(B) 12º 0.42% 0.65% -
XYZ 23.78 20.45 14 -
YUV 126.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 167 111 97 0 0.34 0.42 0.35 12 0.28 0.52
Hex A7 6F 61 0 22 2A 23 C 1C 34
Octal 247 157 141 0 42 52 43 14 34 64
Binary 10100111 1101111 1100001 0 100010 101010 100011 1100 11100 110100

Color Harmonies of #A76F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F61

Black with #A76F61

Text Example


Text Example

White with #A76F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F61; }

 p { color: rgb(167,111,97); }

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

background-color css

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

 a { background-color: rgb(167,111,97); }

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

border-color css

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

 span { border-color: rgb(167,111,97); }

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