Html Css Color HEX #A97D67 Medium Wood

📋 copy color: '#A97D67'

red 169 ◦ green 125 ◦ blue 103

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

Shades of Medium Wood #A97D67

Tints of Medium Wood #A97D67

RGB

 RED value IS 169 (66.41% from 255) = 42.57%

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 42.57%
G = 31.49%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A97D67 (or 0xA97D67) is known color: Medium Wood. HEX triplet: A9, 7D and 67. RGB value is (169,125,103). Sum of RGB (Red+Green+Blue) = 169+125+103=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D67 is #568298. Grayscale: #878787. Windows color (decimal): -5669529 or 6782377. OLE color: 6782377.

HSL color Cylindrical-coordinate representation of color #A97D67: hue angle of 20º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97D67 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 103 -
CMYK 0 0.26 0.39 0.34
HSL 20º 0.28% 0.53% -
HSV(B) 20º 0.39% 0.66% -
XYZ 26.14 24.08 16.1 -
YUV 135.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 169 125 103 0 0.26 0.39 0.34 20 0.28 0.53
Hex A9 7D 67 0 1A 27 22 14 1C 35
Octal 251 175 147 0 32 47 42 24 34 65
Binary 10101001 1111101 1100111 0 11010 100111 100010 10100 11100 110101

Color Harmonies of #A97D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D67

Black with #A97D67

Text Example


Text Example

White with #A97D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D67; }

 p { color: rgb(169,125,103); }

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

background-color css

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

 a { background-color: rgb(169,125,103); }

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

border-color css

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

 span { border-color: rgb(169,125,103); }

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