Html Css Color HEX #A58A4B Teak

📋 copy color: '#A58A4B'

red 165 ◦ green 138 ◦ blue 75

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

Shades of Teak #A58A4B

Tints of Teak #A58A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 43.65%
G = 36.51%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A58A4B (or 0xA58A4B) is known color: Teak. HEX triplet: A5, 8A and 4B. RGB value is (165,138,75). Sum of RGB (Red+Green+Blue) = 165+138+75=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A4B is #5A75B4. Grayscale: #8B8B8B. Windows color (decimal): -5928373 or 4950693. OLE color: 4950693.

HSL color Cylindrical-coordinate representation of color #A58A4B: hue angle of 42º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A58A4B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 75 -
CMYK 0 0.16 0.55 0.35
HSL 42º 0.38% 0.47% -
HSV(B) 42º 0.55% 0.65% -
XYZ 25.88 26.68 10.44 -
YUV 138.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 165 138 75 0 0.16 0.55 0.35 42 0.38 0.47
Hex A5 8A 4B 0 10 37 23 2A 26 2F
Octal 245 212 113 0 20 67 43 52 46 57
Binary 10100101 10001010 1001011 0 10000 110111 100011 101010 100110 101111

Color Harmonies of #A58A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A4B

Black with #A58A4B

Text Example


Text Example

White with #A58A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A4B; }

 p { color: rgb(165,138,75); }

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

background-color css

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

 a { background-color: rgb(165,138,75); }

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

border-color css

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

 span { border-color: rgb(165,138,75); }

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