Html Css Color HEX #A67A68 Medium Wood

📋 copy color: '#A67A68'

red 166 ◦ green 122 ◦ blue 104

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

Shades of Medium Wood #A67A68

Tints of Medium Wood #A67A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 42.35%
G = 31.12%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A67A68 (or 0xA67A68) is known color: Medium Wood. HEX triplet: A6, 7A and 68. RGB value is (166,122,104). Sum of RGB (Red+Green+Blue) = 166+122+104=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A68 is #598597. Grayscale: #858585. Windows color (decimal): -5866904 or 6847142. OLE color: 6847142.

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

Color convert

RGB 166 122 104 -
CMYK 0 0.27 0.37 0.35
HSL 17.42º 0.26% 0.53% -
HSV(B) 17.42º 0.37% 0.65% -
XYZ 25.18 23.03 16.21 -
YUV 133.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 166 122 104 0 0.27 0.37 0.35 17.42 0.26 0.53
Hex A6 7A 68 0 1B 25 23 11 1A 35
Octal 246 172 150 0 33 45 43 21 32 65
Binary 10100110 1111010 1101000 0 11011 100101 100011 10001 11010 110101

Color Harmonies of #A67A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A68

Black with #A67A68

Text Example


Text Example

White with #A67A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A68; }

 p { color: rgb(166,122,104); }

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

background-color css

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

 a { background-color: rgb(166,122,104); }

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

border-color css

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

 span { border-color: rgb(166,122,104); }

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