Html Css Color HEX #AD995B Barley Corn

📋 copy color: '#AD995B'

red 173 ◦ green 153 ◦ blue 91

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

Shades of Barley Corn #AD995B

Tints of Barley Corn #AD995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 41.49%
G = 36.69%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD995B (or 0xAD995B) is known color: Barley Corn. HEX triplet: AD, 99 and 5B. RGB value is (173,153,91). Sum of RGB (Red+Green+Blue) = 173+153+91=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995B is #5266A4. Grayscale: #989898. Windows color (decimal): -5400229 or 6003117. OLE color: 6003117.

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

Color convert

RGB 173 153 91 -
CMYK 0 0.12 0.47 0.32
HSL 45.37º 0.33% 0.52% -
HSV(B) 45.37º 0.47% 0.68% -
XYZ 30.51 32.42 14.55 -
YUV 151.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 173 153 91 0 0.12 0.47 0.32 45.37 0.33 0.52
Hex AD 99 5B 0 C 2F 20 2D 21 34
Octal 255 231 133 0 14 57 40 55 41 64
Binary 10101101 10011001 1011011 0 1100 101111 100000 101101 100001 110100

Color Harmonies of #AD995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD995B

Black with #AD995B

Text Example


Text Example

White with #AD995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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