Html Css Color HEX #AD975E Barley Corn

📋 copy color: '#AD975E'

red 173 ◦ green 151 ◦ blue 94

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

Shades of Barley Corn #AD975E

Tints of Barley Corn #AD975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 41.39%
G = 36.12%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD975E (or 0xAD975E) is known color: Barley Corn. HEX triplet: AD, 97 and 5E. RGB value is (173,151,94). Sum of RGB (Red+Green+Blue) = 173+151+94=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975E is #5268A1. Grayscale: #979797. Windows color (decimal): -5400738 or 6199213. OLE color: 6199213.

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

Color convert

RGB 173 151 94 -
CMYK 0 0.13 0.46 0.32
HSL 43.29º 0.33% 0.52% -
HSV(B) 43.29º 0.46% 0.68% -
XYZ 30.32 31.83 15.13 -
YUV 151.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 173 151 94 0 0.13 0.46 0.32 43.29 0.33 0.52
Hex AD 97 5E 0 D 2E 20 2B 21 34
Octal 255 227 136 0 15 56 40 53 41 64
Binary 10101101 10010111 1011110 0 1101 101110 100000 101011 100001 110100

Color Harmonies of #AD975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD975E

Black with #AD975E

Text Example


Text Example

White with #AD975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD975E; }

 p { color: rgb(173,151,94); }

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

background-color css

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

 a { background-color: rgb(173,151,94); }

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

border-color css

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

 span { border-color: rgb(173,151,94); }

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