Html Css Color HEX #A7855A Teak

📋 copy color: '#A7855A'

red 167 ◦ green 133 ◦ blue 90

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

Shades of Teak #A7855A

Tints of Teak #A7855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 42.82%
G = 34.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7855A (or 0xA7855A) is known color: Teak. HEX triplet: A7, 85 and 5A. RGB value is (167,133,90). Sum of RGB (Red+Green+Blue) = 167+133+90=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7855A is #587AA5. Grayscale: #8A8A8A. Windows color (decimal): -5798566 or 5932455. OLE color: 5932455.

HSL color Cylindrical-coordinate representation of color #A7855A: hue angle of 33.51º 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 #A7855A is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 133 90 -
CMYK 0 0.20 0.46 0.35
HSL 33.51º 0.3% 0.5% -
HSV(B) 33.51º 0.46% 0.65% -
XYZ 26.17 25.73 13.26 -
YUV 138.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 167 133 90 0 0.20 0.46 0.35 33.51 0.3 0.5
Hex A7 85 5A 0 14 2E 23 22 1E 32
Octal 247 205 132 0 24 56 43 42 36 62
Binary 10100111 10000101 1011010 0 10100 101110 100011 100010 11110 110010

Color Harmonies of #A7855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7855A

Black with #A7855A

Text Example


Text Example

White with #A7855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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