Html Css Color HEX #A28A58 Teak

📋 copy color: '#A28A58'

red 162 ◦ green 138 ◦ blue 88

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

Shades of Teak #A28A58

Tints of Teak #A28A58

RGB

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

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

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

R = 41.75%
G = 35.57%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28A58 (or 0xA28A58) is known color: Teak. HEX triplet: A2, 8A and 58. RGB value is (162,138,88). Sum of RGB (Red+Green+Blue) = 162+138+88=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A58 is #5D75A7. Grayscale: #8B8B8B. Windows color (decimal): -6124968 or 5802658. OLE color: 5802658.

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

Color convert

RGB 162 138 88 -
CMYK 0 0.15 0.46 0.36
HSL 40.54º 0.3% 0.49% -
HSV(B) 40.54º 0.46% 0.64% -
XYZ 25.75 26.56 13 -
YUV 139.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 162 138 88 0 0.15 0.46 0.36 40.54 0.3 0.49
Hex A2 8A 58 0 F 2E 24 29 1E 31
Octal 242 212 130 0 17 56 44 51 36 61
Binary 10100010 10001010 1011000 0 1111 101110 100100 101001 11110 110001

Color Harmonies of #A28A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A58

Black with #A28A58

Text Example


Text Example

White with #A28A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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