Html Css Color HEX #A28F5F Teak

📋 copy color: '#A28F5F'

red 162 ◦ green 143 ◦ blue 95

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

Shades of Teak #A28F5F

Tints of Teak #A28F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 40.5%
G = 35.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A28F5F (or 0xA28F5F) is known color: Teak. HEX triplet: A2, 8F and 5F. RGB value is (162,143,95). Sum of RGB (Red+Green+Blue) = 162+143+95=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F5F is #5D70A0. Grayscale: #8F8F8F. Windows color (decimal): -6123681 or 6262690. OLE color: 6262690.

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

Color convert

RGB 162 143 95 -
CMYK 0 0.12 0.41 0.36
HSL 42.99º 0.26% 0.5% -
HSV(B) 42.99º 0.41% 0.64% -
XYZ 26.79 28.15 14.85 -
YUV 143.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 162 143 95 0 0.12 0.41 0.36 42.99 0.26 0.5
Hex A2 8F 5F 0 C 29 24 2B 1A 32
Octal 242 217 137 0 14 51 44 53 32 62
Binary 10100010 10001111 1011111 0 1100 101001 100100 101011 11010 110010

Color Harmonies of #A28F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F5F

Black with #A28F5F

Text Example


Text Example

White with #A28F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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