Html Css Color HEX #A07F69 Medium Wood

📋 copy color: '#A07F69'

red 160 ◦ green 127 ◦ blue 105

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

Shades of Medium Wood #A07F69

Tints of Medium Wood #A07F69

RGB

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

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

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

R = 40.82%
G = 32.4%
B = 26.79%

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

#A07F69 (or 0xA07F69) is known color: Medium Wood. HEX triplet: A0, 7F and 69. RGB value is (160,127,105). Sum of RGB (Red+Green+Blue) = 160+127+105=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F69 is #5F8096. Grayscale: #868686. Windows color (decimal): -6258839 or 6913952. OLE color: 6913952.

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

Color convert

RGB 160 127 105 -
CMYK 0 0.21 0.34 0.37
HSL 24º 0.22% 0.52% -
HSV(B) 24º 0.34% 0.63% -
XYZ 24.64 23.67 16.64 -
YUV 134.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 160 127 105 0 0.21 0.34 0.37 24 0.22 0.52
Hex A0 7F 69 0 15 22 25 18 16 34
Octal 240 177 151 0 25 42 45 30 26 64
Binary 10100000 1111111 1101001 0 10101 100010 100101 11000 10110 110100

Color Harmonies of #A07F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F69

Black with #A07F69

Text Example


Text Example

White with #A07F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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