Html Css Color HEX #A57B68 Medium Wood

📋 copy color: '#A57B68'

red 165 ◦ green 123 ◦ blue 104

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

Shades of Medium Wood #A57B68

Tints of Medium Wood #A57B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 42.09%
G = 31.38%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A57B68 (or 0xA57B68) is known color: Medium Wood. HEX triplet: A5, 7B and 68. RGB value is (165,123,104). Sum of RGB (Red+Green+Blue) = 165+123+104=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B68 is #5A8497. Grayscale: #858585. Windows color (decimal): -5932184 or 6847397. OLE color: 6847397.

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

Color convert

RGB 165 123 104 -
CMYK 0 0.25 0.37 0.35
HSL 18.69º 0.25% 0.53% -
HSV(B) 18.69º 0.37% 0.65% -
XYZ 25.1 23.16 16.25 -
YUV 133.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 165 123 104 0 0.25 0.37 0.35 18.69 0.25 0.53
Hex A5 7B 68 0 19 25 23 13 19 35
Octal 245 173 150 0 31 45 43 23 31 65
Binary 10100101 1111011 1101000 0 11001 100101 100011 10011 11001 110101

Color Harmonies of #A57B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B68

Black with #A57B68

Text Example


Text Example

White with #A57B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B68; }

 p { color: rgb(165,123,104); }

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

background-color css

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

 a { background-color: rgb(165,123,104); }

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

border-color css

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

 span { border-color: rgb(165,123,104); }

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