Html Css Color HEX #A28F53 Teak

📋 copy color: '#A28F53'

red 162 ◦ green 143 ◦ blue 83

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

Shades of Teak #A28F53

Tints of Teak #A28F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 41.75%
G = 36.86%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28F53 (or 0xA28F53) is known color: Teak. HEX triplet: A2, 8F and 53. RGB value is (162,143,83). Sum of RGB (Red+Green+Blue) = 162+143+83=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F53 is #5D70AC. Grayscale: #8E8E8E. Windows color (decimal): -6123693 or 5476258. OLE color: 5476258.

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

Color convert

RGB 162 143 83 -
CMYK 0 0.12 0.49 0.36
HSL 45.57º 0.32% 0.48% -
HSV(B) 45.57º 0.49% 0.64% -
XYZ 26.28 27.95 12.19 -
YUV 141.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 162 143 83 0 0.12 0.49 0.36 45.57 0.32 0.48
Hex A2 8F 53 0 C 31 24 2E 20 30
Octal 242 217 123 0 14 61 44 56 40 60
Binary 10100010 10001111 1010011 0 1100 110001 100100 101110 100000 110000

Color Harmonies of #A28F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F53

Black with #A28F53

Text Example


Text Example

White with #A28F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F53; }

 p { color: rgb(162,143,83); }

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

background-color css

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

 a { background-color: rgb(162,143,83); }

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

border-color css

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

 span { border-color: rgb(162,143,83); }

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