Html Css Color HEX #A79151 Teak

📋 copy color: '#A79151'

red 167 ◦ green 145 ◦ blue 81

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

Shades of Teak #A79151

Tints of Teak #A79151

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 42.49%
G = 36.9%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A79151 (or 0xA79151) is known color: Teak. HEX triplet: A7, 91 and 51. RGB value is (167,145,81). Sum of RGB (Red+Green+Blue) = 167+145+81=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A79151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79151 is #586EAE. Grayscale: #909090. Windows color (decimal): -5795503 or 5345703. OLE color: 5345703.

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

Color convert

RGB 167 145 81 -
CMYK 0 0.13 0.51 0.35
HSL 44.65º 0.35% 0.49% -
HSV(B) 44.65º 0.51% 0.65% -
XYZ 27.55 29.06 11.94 -
YUV 144.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 167 145 81 0 0.13 0.51 0.35 44.65 0.35 0.49
Hex A7 91 51 0 D 33 23 2D 23 31
Octal 247 221 121 0 15 63 43 55 43 61
Binary 10100111 10010001 1010001 0 1101 110011 100011 101101 100011 110001

Color Harmonies of #A79151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79151

Black with #A79151

Text Example


Text Example

White with #A79151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79151; }

 p { color: rgb(167,145,81); }

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

background-color css

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

 a { background-color: rgb(167,145,81); }

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

border-color css

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

 span { border-color: rgb(167,145,81); }

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