Html Css Color HEX #AD965A Barley Corn

📋 copy color: '#AD965A'

red 173 ◦ green 150 ◦ blue 90

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

Shades of Barley Corn #AD965A

Tints of Barley Corn #AD965A

RGB

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

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

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

R = 41.89%
G = 36.32%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD965A (or 0xAD965A) is known color: Barley Corn. HEX triplet: AD, 96 and 5A. RGB value is (173,150,90). Sum of RGB (Red+Green+Blue) = 173+150+90=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965A is #5269A5. Grayscale: #969696. Windows color (decimal): -5400998 or 5936813. OLE color: 5936813.

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

Color convert

RGB 173 150 90 -
CMYK 0 0.13 0.48 0.32
HSL 43.37º 0.34% 0.52% -
HSV(B) 43.37º 0.48% 0.68% -
XYZ 29.99 31.44 14.16 -
YUV 150.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 173 150 90 0 0.13 0.48 0.32 43.37 0.34 0.52
Hex AD 96 5A 0 D 30 20 2B 22 34
Octal 255 226 132 0 15 60 40 53 42 64
Binary 10101101 10010110 1011010 0 1101 110000 100000 101011 100010 110100

Color Harmonies of #AD965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD965A

Black with #AD965A

Text Example


Text Example

White with #AD965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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