Html Css Color HEX #A57D69 Medium Wood

📋 copy color: '#A57D69'

red 165 ◦ green 125 ◦ blue 105

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

Shades of Medium Wood #A57D69

Tints of Medium Wood #A57D69

RGB

 RED value IS 165 (64.84% from 255) = 41.77%

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 41.77%
G = 31.65%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A57D69 (or 0xA57D69) is known color: Medium Wood. HEX triplet: A5, 7D and 69. RGB value is (165,125,105). Sum of RGB (Red+Green+Blue) = 165+125+105=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D69 is #5A8296. Grayscale: #868686. Windows color (decimal): -5931671 or 6913445. OLE color: 6913445.

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

Color convert

RGB 165 125 105 -
CMYK 0 0.24 0.36 0.35
HSL 20º 0.25% 0.53% -
HSV(B) 20º 0.36% 0.65% -
XYZ 25.4 23.69 16.6 -
YUV 134.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 165 125 105 0 0.24 0.36 0.35 20 0.25 0.53
Hex A5 7D 69 0 18 24 23 14 19 35
Octal 245 175 151 0 30 44 43 24 31 65
Binary 10100101 1111101 1101001 0 11000 100100 100011 10100 11001 110101

Color Harmonies of #A57D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D69

Black with #A57D69

Text Example


Text Example

White with #A57D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D69; }

 p { color: rgb(165,125,105); }

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

background-color css

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

 a { background-color: rgb(165,125,105); }

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

border-color css

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

 span { border-color: rgb(165,125,105); }

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