Html Css Color HEX #A57F69 Medium Wood

📋 copy color: '#A57F69'

red 165 ◦ green 127 ◦ blue 105

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

Shades of Medium Wood #A57F69

Tints of Medium Wood #A57F69

RGB

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

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

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

R = 41.56%
G = 31.99%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A57F69 (or 0xA57F69) is known color: Medium Wood. HEX triplet: A5, 7F and 69. RGB value is (165,127,105). Sum of RGB (Red+Green+Blue) = 165+127+105=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F69 is #5A8096. Grayscale: #878787. Windows color (decimal): -5931159 or 6913957. OLE color: 6913957.

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

Color convert

RGB 165 127 105 -
CMYK 0 0.23 0.36 0.35
HSL 22º 0.25% 0.53% -
HSV(B) 22º 0.36% 0.65% -
XYZ 25.66 24.2 16.68 -
YUV 135.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 165 127 105 0 0.23 0.36 0.35 22 0.25 0.53
Hex A5 7F 69 0 17 24 23 16 19 35
Octal 245 177 151 0 27 44 43 26 31 65
Binary 10100101 1111111 1101001 0 10111 100100 100011 10110 11001 110101

Color Harmonies of #A57F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F69

Black with #A57F69

Text Example


Text Example

White with #A57F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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