Html Css Color HEX #A38067 Medium Wood

📋 copy color: '#A38067'

red 163 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #A38067

Tints of Medium Wood #A38067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 41.37%
G = 32.49%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A38067 (or 0xA38067) is known color: Medium Wood. HEX triplet: A3, 80 and 67. RGB value is (163,128,103). Sum of RGB (Red+Green+Blue) = 163+128+103=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A38067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38067 is #5C7F98. Grayscale: #878787. Windows color (decimal): -6061977 or 6783139. OLE color: 6783139.

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

Color convert

RGB 163 128 103 -
CMYK 0 0.21 0.37 0.36
HSL 25º 0.25% 0.52% -
HSV(B) 25º 0.37% 0.64% -
XYZ 25.27 24.2 16.17 -
YUV 135.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 163 128 103 0 0.21 0.37 0.36 25 0.25 0.52
Hex A3 80 67 0 15 25 24 19 19 34
Octal 243 200 147 0 25 45 44 31 31 64
Binary 10100011 10000000 1100111 0 10101 100101 100100 11001 11001 110100

Color Harmonies of #A38067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38067

Black with #A38067

Text Example


Text Example

White with #A38067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38067; }

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

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

background-color css

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

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

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

border-color css

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

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

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