Html Css Color HEX #AD995E Barley Corn

📋 copy color: '#AD995E'

red 173 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #AD995E

Tints of Barley Corn #AD995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 41.19%
G = 36.43%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD995E (or 0xAD995E) is known color: Barley Corn. HEX triplet: AD, 99 and 5E. RGB value is (173,153,94). Sum of RGB (Red+Green+Blue) = 173+153+94=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995E is #5266A1. Grayscale: #989898. Windows color (decimal): -5400226 or 6199725. OLE color: 6199725.

HSL color Cylindrical-coordinate representation of color #AD995E: hue angle of 44.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD995E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 94 -
CMYK 0 0.12 0.46 0.32
HSL 44.81º 0.33% 0.52% -
HSV(B) 44.81º 0.46% 0.68% -
XYZ 30.65 32.47 15.24 -
YUV 152.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 173 153 94 0 0.12 0.46 0.32 44.81 0.33 0.52
Hex AD 99 5E 0 C 2E 20 2D 21 34
Octal 255 231 136 0 14 56 40 55 41 64
Binary 10101101 10011001 1011110 0 1100 101110 100000 101101 100001 110100

Color Harmonies of #AD995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD995E

Black with #AD995E

Text Example


Text Example

White with #AD995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD995E; }

 p { color: rgb(173,153,94); }

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

background-color css

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

 a { background-color: rgb(173,153,94); }

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

border-color css

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

 span { border-color: rgb(173,153,94); }

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