Html Css Color HEX #A7885A Teak

📋 copy color: '#A7885A'

red 167 ◦ green 136 ◦ blue 90

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

Shades of Teak #A7885A

Tints of Teak #A7885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 42.49%
G = 34.61%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7885A (or 0xA7885A) is known color: Teak. HEX triplet: A7, 88 and 5A. RGB value is (167,136,90). Sum of RGB (Red+Green+Blue) = 167+136+90=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7885A is #5877A5. Grayscale: #8C8C8C. Windows color (decimal): -5797798 or 5933223. OLE color: 5933223.

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

Color convert

RGB 167 136 90 -
CMYK 0 0.19 0.46 0.35
HSL 35.84º 0.3% 0.5% -
HSV(B) 35.84º 0.46% 0.65% -
XYZ 26.59 26.56 13.4 -
YUV 140.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 167 136 90 0 0.19 0.46 0.35 35.84 0.3 0.5
Hex A7 88 5A 0 13 2E 23 24 1E 32
Octal 247 210 132 0 23 56 43 44 36 62
Binary 10100111 10001000 1011010 0 10011 101110 100011 100100 11110 110010

Color Harmonies of #A7885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7885A

Black with #A7885A

Text Example


Text Example

White with #A7885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7885A; }

 p { color: rgb(167,136,90); }

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

background-color css

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

 a { background-color: rgb(167,136,90); }

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

border-color css

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

 span { border-color: rgb(167,136,90); }

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