Html Css Color HEX #A07F68 Medium Wood

📋 copy color: '#A07F68'

red 160 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #A07F68

Tints of Medium Wood #A07F68

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

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

R = 40.92%
G = 32.48%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A07F68 (or 0xA07F68) is known color: Medium Wood. HEX triplet: A0, 7F and 68. RGB value is (160,127,104). Sum of RGB (Red+Green+Blue) = 160+127+104=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F68 is #5F8097. Grayscale: #868686. Windows color (decimal): -6258840 or 6848416. OLE color: 6848416.

HSL color Cylindrical-coordinate representation of color #A07F68: hue angle of 24.64º 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 #A07F68 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 104 -
CMYK 0 0.21 0.35 0.37
HSL 24.64º 0.23% 0.52% -
HSV(B) 24.64º 0.35% 0.63% -
XYZ 24.59 23.65 16.37 -
YUV 134.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 160 127 104 0 0.21 0.35 0.37 24.64 0.23 0.52
Hex A0 7F 68 0 15 23 25 19 17 34
Octal 240 177 150 0 25 43 45 31 27 64
Binary 10100000 1111111 1101000 0 10101 100011 100101 11001 10111 110100

Color Harmonies of #A07F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F68

Black with #A07F68

Text Example


Text Example

White with #A07F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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