Html Css Color HEX #A7905F Teak

📋 copy color: '#A7905F'

red 167 ◦ green 144 ◦ blue 95

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

Shades of Teak #A7905F

Tints of Teak #A7905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

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

R = 41.13%
G = 35.47%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7905F (or 0xA7905F) is known color: Teak. HEX triplet: A7, 90 and 5F. RGB value is (167,144,95). Sum of RGB (Red+Green+Blue) = 167+144+95=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7905F is #586FA0. Grayscale: #919191. Windows color (decimal): -5795745 or 6262951. OLE color: 6262951.

HSL color Cylindrical-coordinate representation of color #A7905F: hue angle of 40.83º 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 #A7905F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 144 95 -
CMYK 0 0.14 0.43 0.35
HSL 40.83º 0.29% 0.51% -
HSV(B) 40.83º 0.43% 0.65% -
XYZ 27.98 28.99 14.95 -
YUV 145.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 167 144 95 0 0.14 0.43 0.35 40.83 0.29 0.51
Hex A7 90 5F 0 E 2B 23 29 1D 33
Octal 247 220 137 0 16 53 43 51 35 63
Binary 10100111 10010000 1011111 0 1110 101011 100011 101001 11101 110011

Color Harmonies of #A7905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7905F

Black with #A7905F

Text Example


Text Example

White with #A7905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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