Html Css Color HEX #A58954 Teak

📋 copy color: '#A58954'

red 165 ◦ green 137 ◦ blue 84

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

Shades of Teak #A58954

Tints of Teak #A58954

RGB

 RED value IS 165 (64.84% from 255) = 42.75%

 GREEN value IS 137 (53.91% from 255) = 35.49%

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

R = 42.75%
G = 35.49%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A58954 (or 0xA58954) is known color: Teak. HEX triplet: A5, 89 and 54. RGB value is (165,137,84). Sum of RGB (Red+Green+Blue) = 165+137+84=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A58954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58954 is #5A76AB. Grayscale: #8B8B8B. Windows color (decimal): -5928620 or 5540261. OLE color: 5540261.

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

Color convert

RGB 165 137 84 -
CMYK 0 0.17 0.49 0.35
HSL 39.26º 0.33% 0.49% -
HSV(B) 39.26º 0.49% 0.65% -
XYZ 26.06 26.53 12.13 -
YUV 139.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 165 137 84 0 0.17 0.49 0.35 39.26 0.33 0.49
Hex A5 89 54 0 11 31 23 27 21 31
Octal 245 211 124 0 21 61 43 47 41 61
Binary 10100101 10001001 1010100 0 10001 110001 100011 100111 100001 110001

Color Harmonies of #A58954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58954

Black with #A58954

Text Example


Text Example

White with #A58954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58954; }

 p { color: rgb(165,137,84); }

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

background-color css

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

 a { background-color: rgb(165,137,84); }

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

border-color css

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

 span { border-color: rgb(165,137,84); }

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