Html Css Color HEX #A07E69 Medium Wood

📋 copy color: '#A07E69'

red 160 ◦ green 126 ◦ blue 105

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

Shades of Medium Wood #A07E69

Tints of Medium Wood #A07E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 40.92%
G = 32.23%
B = 26.85%

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

#A07E69 (or 0xA07E69) is known color: Medium Wood. HEX triplet: A0, 7E and 69. RGB value is (160,126,105). Sum of RGB (Red+Green+Blue) = 160+126+105=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E69 is #5F8196. Grayscale: #858585. Windows color (decimal): -6259095 or 6913696. OLE color: 6913696.

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

Color convert

RGB 160 126 105 -
CMYK 0 0.21 0.34 0.37
HSL 22.91º 0.22% 0.52% -
HSV(B) 22.91º 0.34% 0.63% -
XYZ 24.51 23.42 16.59 -
YUV 133.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 160 126 105 0 0.21 0.34 0.37 22.91 0.22 0.52
Hex A0 7E 69 0 15 22 25 17 16 34
Octal 240 176 151 0 25 42 45 27 26 64
Binary 10100000 1111110 1101001 0 10101 100010 100101 10111 10110 110100

Color Harmonies of #A07E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E69

Black with #A07E69

Text Example


Text Example

White with #A07E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E69; }

 p { color: rgb(160,126,105); }

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

background-color css

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

 a { background-color: rgb(160,126,105); }

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

border-color css

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

 span { border-color: rgb(160,126,105); }

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