Html Css Color HEX #A38168 Medium Wood

📋 copy color: '#A38168'

red 163 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #A38168

Tints of Medium Wood #A38168

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 41.16%
G = 32.58%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A38168 (or 0xA38168) is known color: Medium Wood. HEX triplet: A3, 81 and 68. RGB value is (163,129,104). Sum of RGB (Red+Green+Blue) = 163+129+104=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38168 is #5C7E97. Grayscale: #888888. Windows color (decimal): -6061720 or 6848931. OLE color: 6848931.

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

Color convert

RGB 163 129 104 -
CMYK 0 0.21 0.36 0.36
HSL 25.42º 0.24% 0.52% -
HSV(B) 25.42º 0.36% 0.64% -
XYZ 25.45 24.49 16.48 -
YUV 136.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 163 129 104 0 0.21 0.36 0.36 25.42 0.24 0.52
Hex A3 81 68 0 15 24 24 19 18 34
Octal 243 201 150 0 25 44 44 31 30 64
Binary 10100011 10000001 1101000 0 10101 100100 100100 11001 11000 110100

Color Harmonies of #A38168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38168

Black with #A38168

Text Example


Text Example

White with #A38168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38168; }

 p { color: rgb(163,129,104); }

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

background-color css

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

 a { background-color: rgb(163,129,104); }

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

border-color css

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

 span { border-color: rgb(163,129,104); }

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