Html Css Color HEX #A79254 Teak

📋 copy color: '#A79254'

red 167 ◦ green 146 ◦ blue 84

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

Shades of Teak #A79254

Tints of Teak #A79254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 42.07%
G = 36.78%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A79254 (or 0xA79254) is known color: Teak. HEX triplet: A7, 92 and 54. RGB value is (167,146,84). Sum of RGB (Red+Green+Blue) = 167+146+84=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A79254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79254 is #586DAB. Grayscale: #919191. Windows color (decimal): -5795244 or 5542567. OLE color: 5542567.

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

Color convert

RGB 167 146 84 -
CMYK 0 0.13 0.50 0.35
HSL 44.82º 0.33% 0.49% -
HSV(B) 44.82º 0.5% 0.65% -
XYZ 27.82 29.41 12.6 -
YUV 145.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 167 146 84 0 0.13 0.50 0.35 44.82 0.33 0.49
Hex A7 92 54 0 D 32 23 2D 21 31
Octal 247 222 124 0 15 62 43 55 41 61
Binary 10100111 10010010 1010100 0 1101 110010 100011 101101 100001 110001

Color Harmonies of #A79254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79254

Black with #A79254

Text Example


Text Example

White with #A79254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79254; }

 p { color: rgb(167,146,84); }

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

background-color css

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

 a { background-color: rgb(167,146,84); }

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

border-color css

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

 span { border-color: rgb(167,146,84); }

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