Html Css Color HEX #A38069 Medium Wood

📋 copy color: '#A38069'

red 163 ◦ green 128 ◦ blue 105

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

Shades of Medium Wood #A38069

Tints of Medium Wood #A38069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 41.16%
G = 32.32%
B = 26.52%

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

#A38069 (or 0xA38069) is known color: Medium Wood. HEX triplet: A3, 80 and 69. RGB value is (163,128,105). Sum of RGB (Red+Green+Blue) = 163+128+105=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38069 is #5C7F96. Grayscale: #878787. Windows color (decimal): -6061975 or 6914211. OLE color: 6914211.

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

Color convert

RGB 163 128 105 -
CMYK 0 0.21 0.36 0.36
HSL 23.79º 0.24% 0.53% -
HSV(B) 23.79º 0.36% 0.64% -
XYZ 25.37 24.24 16.71 -
YUV 135.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 163 128 105 0 0.21 0.36 0.36 23.79 0.24 0.53
Hex A3 80 69 0 15 24 24 18 18 35
Octal 243 200 151 0 25 44 44 30 30 65
Binary 10100011 10000000 1101001 0 10101 100100 100100 11000 11000 110101

Color Harmonies of #A38069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38069

Black with #A38069

Text Example


Text Example

White with #A38069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38069; }

 p { color: rgb(163,128,105); }

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

background-color css

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

 a { background-color: rgb(163,128,105); }

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

border-color css

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

 span { border-color: rgb(163,128,105); }

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