Html Css Color HEX #A4905E Teak

📋 copy color: '#A4905E'

red 164 ◦ green 144 ◦ blue 94

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

Shades of Teak #A4905E

Tints of Teak #A4905E

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 40.8%
G = 35.82%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4905E (or 0xA4905E) is known color: Teak. HEX triplet: A4, 90 and 5E. RGB value is (164,144,94). Sum of RGB (Red+Green+Blue) = 164+144+94=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4905E is #5B6FA1. Grayscale: #909090. Windows color (decimal): -5992354 or 6197412. OLE color: 6197412.

HSL color Cylindrical-coordinate representation of color #A4905E: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4905E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 94 -
CMYK 0 0.12 0.43 0.36
HSL 42.86º 0.28% 0.51% -
HSV(B) 42.86º 0.43% 0.64% -
XYZ 27.3 28.65 14.68 -
YUV 144.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 164 144 94 0 0.12 0.43 0.36 42.86 0.28 0.51
Hex A4 90 5E 0 C 2B 24 2B 1C 33
Octal 244 220 136 0 14 53 44 53 34 63
Binary 10100100 10010000 1011110 0 1100 101011 100100 101011 11100 110011

Color Harmonies of #A4905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4905E

Black with #A4905E

Text Example


Text Example

White with #A4905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4905E; }

 p { color: rgb(164,144,94); }

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

background-color css

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

 a { background-color: rgb(164,144,94); }

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

border-color css

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

 span { border-color: rgb(164,144,94); }

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