Html Css Color HEX #AD965B Barley Corn

📋 copy color: '#AD965B'

red 173 ◦ green 150 ◦ blue 91

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

Shades of Barley Corn #AD965B

Tints of Barley Corn #AD965B

RGB

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

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

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

R = 41.79%
G = 36.23%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD965B (or 0xAD965B) is known color: Barley Corn. HEX triplet: AD, 96 and 5B. RGB value is (173,150,91). Sum of RGB (Red+Green+Blue) = 173+150+91=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965B is #5269A4. Grayscale: #969696. Windows color (decimal): -5400997 or 6002349. OLE color: 6002349.

HSL color Cylindrical-coordinate representation of color #AD965B: hue angle of 43.17º 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 #AD965B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 91 -
CMYK 0 0.13 0.47 0.32
HSL 43.17º 0.33% 0.52% -
HSV(B) 43.17º 0.47% 0.68% -
XYZ 30.03 31.45 14.39 -
YUV 150.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 173 150 91 0 0.13 0.47 0.32 43.17 0.33 0.52
Hex AD 96 5B 0 D 2F 20 2B 21 34
Octal 255 226 133 0 15 57 40 53 41 64
Binary 10101101 10010110 1011011 0 1101 101111 100000 101011 100001 110100

Color Harmonies of #AD965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD965B

Black with #AD965B

Text Example


Text Example

White with #AD965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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