Html Css Color HEX #A28E58 Teak

📋 copy color: '#A28E58'

red 162 ◦ green 142 ◦ blue 88

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

Shades of Teak #A28E58

Tints of Teak #A28E58

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

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

R = 41.33%
G = 36.22%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28E58 (or 0xA28E58) is known color: Teak. HEX triplet: A2, 8E and 58. RGB value is (162,142,88). Sum of RGB (Red+Green+Blue) = 162+142+88=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E58 is #5D71A7. Grayscale: #8E8E8E. Windows color (decimal): -6123944 or 5803682. OLE color: 5803682.

HSL color Cylindrical-coordinate representation of color #A28E58: hue angle of 43.78º 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 #A28E58 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 88 -
CMYK 0 0.12 0.46 0.36
HSL 43.78º 0.3% 0.49% -
HSV(B) 43.78º 0.46% 0.64% -
XYZ 26.33 27.73 13.2 -
YUV 141.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 162 142 88 0 0.12 0.46 0.36 43.78 0.3 0.49
Hex A2 8E 58 0 C 2E 24 2C 1E 31
Octal 242 216 130 0 14 56 44 54 36 61
Binary 10100010 10001110 1011000 0 1100 101110 100100 101100 11110 110001

Color Harmonies of #A28E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E58

Black with #A28E58

Text Example


Text Example

White with #A28E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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