Html Css Color HEX #AD965F Barley Corn

📋 copy color: '#AD965F'

red 173 ◦ green 150 ◦ blue 95

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

Shades of Barley Corn #AD965F

Tints of Barley Corn #AD965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 41.39%
G = 35.89%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD965F (or 0xAD965F) is known color: Barley Corn. HEX triplet: AD, 96 and 5F. RGB value is (173,150,95). Sum of RGB (Red+Green+Blue) = 173+150+95=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965F is #5269A0. Grayscale: #969696. Windows color (decimal): -5400993 or 6264493. OLE color: 6264493.

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

Color convert

RGB 173 150 95 -
CMYK 0 0.13 0.45 0.32
HSL 42.31º 0.32% 0.53% -
HSV(B) 42.31º 0.45% 0.68% -
XYZ 30.21 31.52 15.32 -
YUV 150.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 173 150 95 0 0.13 0.45 0.32 42.31 0.32 0.53
Hex AD 96 5F 0 D 2D 20 2A 20 35
Octal 255 226 137 0 15 55 40 52 40 65
Binary 10101101 10010110 1011111 0 1101 101101 100000 101010 100000 110101

Color Harmonies of #AD965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD965F

Black with #AD965F

Text Example


Text Example

White with #AD965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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