Html Css Color HEX #A5875A Teak

📋 copy color: '#A5875A'

red 165 ◦ green 135 ◦ blue 90

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

Shades of Teak #A5875A

Tints of Teak #A5875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

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

R = 42.31%
G = 34.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5875A (or 0xA5875A) is known color: Teak. HEX triplet: A5, 87 and 5A. RGB value is (165,135,90). Sum of RGB (Red+Green+Blue) = 165+135+90=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5875A is #5A78A5. Grayscale: #8B8B8B. Windows color (decimal): -5929126 or 5932965. OLE color: 5932965.

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

Color convert

RGB 165 135 90 -
CMYK 0 0.18 0.45 0.35
HSL 36º 0.29% 0.5% -
HSV(B) 36º 0.45% 0.65% -
XYZ 26.03 26.07 13.33 -
YUV 138.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 165 135 90 0 0.18 0.45 0.35 36 0.29 0.5
Hex A5 87 5A 0 12 2D 23 24 1D 32
Octal 245 207 132 0 22 55 43 44 35 62
Binary 10100101 10000111 1011010 0 10010 101101 100011 100100 11101 110010

Color Harmonies of #A5875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5875A

Black with #A5875A

Text Example


Text Example

White with #A5875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5875A; }

 p { color: rgb(165,135,90); }

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

background-color css

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

 a { background-color: rgb(165,135,90); }

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

border-color css

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

 span { border-color: rgb(165,135,90); }

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