Html Css Color HEX #AD9658 Barley Corn

📋 copy color: '#AD9658'

red 173 ◦ green 150 ◦ blue 88

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

Shades of Barley Corn #AD9658

Tints of Barley Corn #AD9658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 42.09%
G = 36.5%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9658 (or 0xAD9658) is known color: Barley Corn. HEX triplet: AD, 96 and 58. RGB value is (173,150,88). Sum of RGB (Red+Green+Blue) = 173+150+88=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9658 is #5269A7. Grayscale: #969696. Windows color (decimal): -5401000 or 5805741. OLE color: 5805741.

HSL color Cylindrical-coordinate representation of color #AD9658: hue angle of 43.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9658 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 88 -
CMYK 0 0.13 0.49 0.32
HSL 43.76º 0.34% 0.51% -
HSV(B) 43.76º 0.49% 0.68% -
XYZ 29.9 31.4 13.72 -
YUV 149.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 173 150 88 0 0.13 0.49 0.32 43.76 0.34 0.51
Hex AD 96 58 0 D 31 20 2C 22 33
Octal 255 226 130 0 15 61 40 54 42 63
Binary 10101101 10010110 1011000 0 1101 110001 100000 101100 100010 110011

Color Harmonies of #AD9658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9658

Black with #AD9658

Text Example


Text Example

White with #AD9658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9658; }

 p { color: rgb(173,150,88); }

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

background-color css

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

 a { background-color: rgb(173,150,88); }

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

border-color css

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

 span { border-color: rgb(173,150,88); }

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