Html Css Color HEX #A28165 Medium Wood

📋 copy color: '#A28165'

red 162 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #A28165

Tints of Medium Wood #A28165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 41.33%
G = 32.91%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A28165 (or 0xA28165) is known color: Medium Wood. HEX triplet: A2, 81 and 65. RGB value is (162,129,101). Sum of RGB (Red+Green+Blue) = 162+129+101=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28165 is #5D7E9A. Grayscale: #878787. Windows color (decimal): -6127259 or 6652322. OLE color: 6652322.

HSL color Cylindrical-coordinate representation of color #A28165: hue angle of 27.54º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28165 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 101 -
CMYK 0 0.20 0.38 0.36
HSL 27.54º 0.25% 0.52% -
HSV(B) 27.54º 0.38% 0.64% -
XYZ 25.1 24.32 15.68 -
YUV 135.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 162 129 101 0 0.20 0.38 0.36 27.54 0.25 0.52
Hex A2 81 65 0 14 26 24 1C 19 34
Octal 242 201 145 0 24 46 44 34 31 64
Binary 10100010 10000001 1100101 0 10100 100110 100100 11100 11001 110100

Color Harmonies of #A28165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28165

Black with #A28165

Text Example


Text Example

White with #A28165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28165; }

 p { color: rgb(162,129,101); }

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

background-color css

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

 a { background-color: rgb(162,129,101); }

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

border-color css

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

 span { border-color: rgb(162,129,101); }

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