Html Css Color HEX #A79055 Teak

📋 copy color: '#A79055'

red 167 ◦ green 144 ◦ blue 85

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

Shades of Teak #A79055

Tints of Teak #A79055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 42.17%
G = 36.36%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79055 (or 0xA79055) is known color: Teak. HEX triplet: A7, 90 and 55. RGB value is (167,144,85). Sum of RGB (Red+Green+Blue) = 167+144+85=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A79055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79055 is #586FAA. Grayscale: #909090. Windows color (decimal): -5795755 or 5607591. OLE color: 5607591.

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

Color convert

RGB 167 144 85 -
CMYK 0 0.14 0.49 0.35
HSL 43.17º 0.33% 0.49% -
HSV(B) 43.17º 0.49% 0.65% -
XYZ 27.55 28.82 12.7 -
YUV 144.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 167 144 85 0 0.14 0.49 0.35 43.17 0.33 0.49
Hex A7 90 55 0 E 31 23 2B 21 31
Octal 247 220 125 0 16 61 43 53 41 61
Binary 10100111 10010000 1010101 0 1110 110001 100011 101011 100001 110001

Color Harmonies of #A79055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79055

Black with #A79055

Text Example


Text Example

White with #A79055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79055; }

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

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

background-color css

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

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

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

border-color css

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

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

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