Html Css Color HEX #A28C56 Teak

📋 copy color: '#A28C56'

red 162 ◦ green 140 ◦ blue 86

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

Shades of Teak #A28C56

Tints of Teak #A28C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 41.75%
G = 36.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A28C56 (or 0xA28C56) is known color: Teak. HEX triplet: A2, 8C and 56. RGB value is (162,140,86). Sum of RGB (Red+Green+Blue) = 162+140+86=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C56 is #5D73A9. Grayscale: #8C8C8C. Windows color (decimal): -6124458 or 5672098. OLE color: 5672098.

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

Color convert

RGB 162 140 86 -
CMYK 0 0.14 0.47 0.36
HSL 42.63º 0.31% 0.49% -
HSV(B) 42.63º 0.47% 0.64% -
XYZ 25.96 27.11 12.67 -
YUV 140.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 162 140 86 0 0.14 0.47 0.36 42.63 0.31 0.49
Hex A2 8C 56 0 E 2F 24 2B 1F 31
Octal 242 214 126 0 16 57 44 53 37 61
Binary 10100010 10001100 1010110 0 1110 101111 100100 101011 11111 110001

Color Harmonies of #A28C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C56

Black with #A28C56

Text Example


Text Example

White with #A28C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C56; }

 p { color: rgb(162,140,86); }

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

background-color css

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

 a { background-color: rgb(162,140,86); }

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

border-color css

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

 span { border-color: rgb(162,140,86); }

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