Html Css Color HEX #AD955F Barley Corn

📋 copy color: '#AD955F'

red 173 ◦ green 149 ◦ blue 95

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

Shades of Barley Corn #AD955F

Tints of Barley Corn #AD955F

RGB

 RED value IS 173 (67.97% from 255) = 41.49%

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 95 (37.5% from 255) = 22.78%

R = 41.49%
G = 35.73%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD955F (or 0xAD955F) is known color: Barley Corn. HEX triplet: AD, 95 and 5F. RGB value is (173,149,95). Sum of RGB (Red+Green+Blue) = 173+149+95=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD955F is #526AA0. Grayscale: #969696. Windows color (decimal): -5401249 or 6264237. OLE color: 6264237.

HSL color Cylindrical-coordinate representation of color #AD955F: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD955F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 95 -
CMYK 0 0.14 0.45 0.32
HSL 41.54º 0.32% 0.53% -
HSV(B) 41.54º 0.45% 0.68% -
XYZ 30.05 31.21 15.27 -
YUV 150.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 173 149 95 0 0.14 0.45 0.32 41.54 0.32 0.53
Hex AD 95 5F 0 E 2D 20 2A 20 35
Octal 255 225 137 0 16 55 40 52 40 65
Binary 10101101 10010101 1011111 0 1110 101101 100000 101010 100000 110101

Color Harmonies of #AD955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD955F

Black with #AD955F

Text Example


Text Example

White with #AD955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD955F; }

 p { color: rgb(173,149,95); }

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

background-color css

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

 a { background-color: rgb(173,149,95); }

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

border-color css

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

 span { border-color: rgb(173,149,95); }

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