Html Css Color HEX #A28658 Teak

📋 copy color: '#A28658'

red 162 ◦ green 134 ◦ blue 88

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

Shades of Teak #A28658

Tints of Teak #A28658

RGB

 RED value IS 162 (63.67% from 255) = 42.19%

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 42.19%
G = 34.9%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28658 (or 0xA28658) is known color: Teak. HEX triplet: A2, 86 and 58. RGB value is (162,134,88). Sum of RGB (Red+Green+Blue) = 162+134+88=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A28658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28658 is #5D79A7. Grayscale: #898989. Windows color (decimal): -6125992 or 5801634. OLE color: 5801634.

HSL color Cylindrical-coordinate representation of color #A28658: hue angle of 37.3º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A28658 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 134 88 -
CMYK 0 0.17 0.46 0.36
HSL 37.3º 0.3% 0.49% -
HSV(B) 37.3º 0.46% 0.64% -
XYZ 25.19 25.44 12.81 -
YUV 137.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 162 134 88 0 0.17 0.46 0.36 37.3 0.3 0.49
Hex A2 86 58 0 11 2E 24 25 1E 31
Octal 242 206 130 0 21 56 44 45 36 61
Binary 10100010 10000110 1011000 0 10001 101110 100100 100101 11110 110001

Color Harmonies of #A28658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28658

Black with #A28658

Text Example


Text Example

White with #A28658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28658; }

 p { color: rgb(162,134,88); }

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

background-color css

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

 a { background-color: rgb(162,134,88); }

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

border-color css

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

 span { border-color: rgb(162,134,88); }

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