Html Css Color HEX #A76F5F Toast

📋 copy color: '#A76F5F'

red 167 ◦ green 111 ◦ blue 95

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

Shades of Toast #A76F5F

Tints of Toast #A76F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 44.77%
G = 29.76%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A76F5F (or 0xA76F5F) is known color: Toast. HEX triplet: A7, 6F and 5F. RGB value is (167,111,95). Sum of RGB (Red+Green+Blue) = 167+111+95=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F5F is #5890A0. Grayscale: #7E7E7E. Windows color (decimal): -5804193 or 6254503. OLE color: 6254503.

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

Color convert

RGB 167 111 95 -
CMYK 0 0.34 0.43 0.35
HSL 13.33º 0.29% 0.51% -
HSV(B) 13.33º 0.43% 0.65% -
XYZ 23.69 20.41 13.52 -
YUV 125.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 167 111 95 0 0.34 0.43 0.35 13.33 0.29 0.51
Hex A7 6F 5F 0 22 2B 23 D 1D 33
Octal 247 157 137 0 42 53 43 15 35 63
Binary 10100111 1101111 1011111 0 100010 101011 100011 1101 11101 110011

Color Harmonies of #A76F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F5F

Black with #A76F5F

Text Example


Text Example

White with #A76F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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