Html Css Color HEX #A9775A Medium Wood

📋 copy color: '#A9775A'

red 169 ◦ green 119 ◦ blue 90

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

Shades of Medium Wood #A9775A

Tints of Medium Wood #A9775A

RGB

 RED value IS 169 (66.41% from 255) = 44.71%

 GREEN value IS 119 (46.88% from 255) = 31.48%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 44.71%
G = 31.48%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9775A (or 0xA9775A) is known color: Medium Wood. HEX triplet: A9, 77 and 5A. RGB value is (169,119,90). Sum of RGB (Red+Green+Blue) = 169+119+90=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9775A is #5688A5. Grayscale: #828282. Windows color (decimal): -5671078 or 5928873. OLE color: 5928873.

HSL color Cylindrical-coordinate representation of color #A9775A: hue angle of 22.03º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9775A is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 119 90 -
CMYK 0 0.30 0.47 0.34
HSL 22.03º 0.31% 0.51% -
HSV(B) 22.03º 0.47% 0.66% -
XYZ 24.8 22.37 12.68 -
YUV 130.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 169 119 90 0 0.30 0.47 0.34 22.03 0.31 0.51
Hex A9 77 5A 0 1E 2F 22 16 1F 33
Octal 251 167 132 0 36 57 42 26 37 63
Binary 10101001 1110111 1011010 0 11110 101111 100010 10110 11111 110011

Color Harmonies of #A9775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9775A

Black with #A9775A

Text Example


Text Example

White with #A9775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9775A; }

 p { color: rgb(169,119,90); }

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

background-color css

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

 a { background-color: rgb(169,119,90); }

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

border-color css

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

 span { border-color: rgb(169,119,90); }

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