Html Css Color HEX #A68469 Medium Wood

📋 copy color: '#A68469'

red 166 ◦ green 132 ◦ blue 105

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

Shades of Medium Wood #A68469

Tints of Medium Wood #A68469

RGB

 RED value IS 166 (65.23% from 255) = 41.19%

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 41.19%
G = 32.75%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68469 (or 0xA68469) is known color: Medium Wood. HEX triplet: A6, 84 and 69. RGB value is (166,132,105). Sum of RGB (Red+Green+Blue) = 166+132+105=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A68469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68469 is #597B96. Grayscale: #8B8B8B. Windows color (decimal): -5864343 or 6915238. OLE color: 6915238.

HSL color Cylindrical-coordinate representation of color #A68469: hue angle of 26.56º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68469 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 105 -
CMYK 0 0.20 0.37 0.35
HSL 26.56º 0.26% 0.53% -
HSV(B) 26.56º 0.37% 0.65% -
XYZ 26.53 25.63 16.91 -
YUV 139.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 166 132 105 0 0.20 0.37 0.35 26.56 0.26 0.53
Hex A6 84 69 0 14 25 23 1B 1A 35
Octal 246 204 151 0 24 45 43 33 32 65
Binary 10100110 10000100 1101001 0 10100 100101 100011 11011 11010 110101

Color Harmonies of #A68469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68469

Black with #A68469

Text Example


Text Example

White with #A68469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68469; }

 p { color: rgb(166,132,105); }

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

background-color css

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

 a { background-color: rgb(166,132,105); }

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

border-color css

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

 span { border-color: rgb(166,132,105); }

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