Html Css Color HEX #A07D68 Medium Wood

📋 copy color: '#A07D68'

red 160 ◦ green 125 ◦ blue 104

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

Shades of Medium Wood #A07D68

Tints of Medium Wood #A07D68

RGB

 RED value IS 160 (62.89% from 255) = 41.13%

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

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

R = 41.13%
G = 32.13%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A07D68 (or 0xA07D68) is known color: Medium Wood. HEX triplet: A0, 7D and 68. RGB value is (160,125,104). Sum of RGB (Red+Green+Blue) = 160+125+104=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D68 is #5F8297. Grayscale: #858585. Windows color (decimal): -6259352 or 6847904. OLE color: 6847904.

HSL color Cylindrical-coordinate representation of color #A07D68: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07D68 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 104 -
CMYK 0 0.22 0.35 0.37
HSL 22.5º 0.23% 0.52% -
HSV(B) 22.5º 0.35% 0.63% -
XYZ 24.33 23.14 16.28 -
YUV 133.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 160 125 104 0 0.22 0.35 0.37 22.5 0.23 0.52
Hex A0 7D 68 0 16 23 25 16 17 34
Octal 240 175 150 0 26 43 45 26 27 64
Binary 10100000 1111101 1101000 0 10110 100011 100101 10110 10111 110100

Color Harmonies of #A07D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D68

Black with #A07D68

Text Example


Text Example

White with #A07D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D68; }

 p { color: rgb(160,125,104); }

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

background-color css

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

 a { background-color: rgb(160,125,104); }

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

border-color css

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

 span { border-color: rgb(160,125,104); }

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