Html Css Color HEX #A07F6A Medium Wood

📋 copy color: '#A07F6A'

red 160 ◦ green 127 ◦ blue 106

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

Shades of Medium Wood #A07F6A

Tints of Medium Wood #A07F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 40.71%
G = 32.32%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A07F6A (or 0xA07F6A) is known color: Medium Wood. HEX triplet: A0, 7F and 6A. RGB value is (160,127,106). Sum of RGB (Red+Green+Blue) = 160+127+106=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F6A is #5F8095. Grayscale: #868686. Windows color (decimal): -6258838 or 6979488. OLE color: 6979488.

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

Color convert

RGB 160 127 106 -
CMYK 0 0.21 0.34 0.37
HSL 23.33º 0.22% 0.52% -
HSV(B) 23.33º 0.34% 0.63% -
XYZ 24.69 23.69 16.91 -
YUV 134.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 160 127 106 0 0.21 0.34 0.37 23.33 0.22 0.52
Hex A0 7F 6A 0 15 22 25 17 16 34
Octal 240 177 152 0 25 42 45 27 26 64
Binary 10100000 1111111 1101010 0 10101 100010 100101 10111 10110 110100

Color Harmonies of #A07F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F6A

Black with #A07F6A

Text Example


Text Example

White with #A07F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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