Html Css Color HEX #A57E69 Medium Wood

📋 copy color: '#A57E69'

red 165 ◦ green 126 ◦ blue 105

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

Shades of Medium Wood #A57E69

Tints of Medium Wood #A57E69

RGB

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

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

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

R = 41.67%
G = 31.82%
B = 26.52%

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

#A57E69 (or 0xA57E69) is known color: Medium Wood. HEX triplet: A5, 7E and 69. RGB value is (165,126,105). Sum of RGB (Red+Green+Blue) = 165+126+105=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E69 is #5A8196. Grayscale: #878787. Windows color (decimal): -5931415 or 6913701. OLE color: 6913701.

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

Color convert

RGB 165 126 105 -
CMYK 0 0.24 0.36 0.35
HSL 21º 0.25% 0.53% -
HSV(B) 21º 0.36% 0.65% -
XYZ 25.53 23.94 16.64 -
YUV 135.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 165 126 105 0 0.24 0.36 0.35 21 0.25 0.53
Hex A5 7E 69 0 18 24 23 15 19 35
Octal 245 176 151 0 30 44 43 25 31 65
Binary 10100101 1111110 1101001 0 11000 100100 100011 10101 11001 110101

Color Harmonies of #A57E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E69

Black with #A57E69

Text Example


Text Example

White with #A57E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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