Html Css Color HEX #A7955B Teak

📋 copy color: '#A7955B'

red 167 ◦ green 149 ◦ blue 91

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

Shades of Teak #A7955B

Tints of Teak #A7955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 41.03%
G = 36.61%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7955B (or 0xA7955B) is known color: Teak. HEX triplet: A7, 95 and 5B. RGB value is (167,149,91). Sum of RGB (Red+Green+Blue) = 167+149+91=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7955B is #586AA4. Grayscale: #949494. Windows color (decimal): -5794469 or 6002087. OLE color: 6002087.

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

Color convert

RGB 167 149 91 -
CMYK 0 0.11 0.46 0.35
HSL 45.79º 0.3% 0.51% -
HSV(B) 45.79º 0.46% 0.65% -
XYZ 28.57 30.47 14.27 -
YUV 147.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 167 149 91 0 0.11 0.46 0.35 45.79 0.3 0.51
Hex A7 95 5B 0 B 2E 23 2E 1E 33
Octal 247 225 133 0 13 56 43 56 36 63
Binary 10100111 10010101 1011011 0 1011 101110 100011 101110 11110 110011

Color Harmonies of #A7955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7955B

Black with #A7955B

Text Example


Text Example

White with #A7955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7955B; }

 p { color: rgb(167,149,91); }

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

background-color css

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

 a { background-color: rgb(167,149,91); }

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

border-color css

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

 span { border-color: rgb(167,149,91); }

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