Html Css Color HEX #AD975A Barley Corn

📋 copy color: '#AD975A'

red 173 ◦ green 151 ◦ blue 90

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

Shades of Barley Corn #AD975A

Tints of Barley Corn #AD975A

RGB

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

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

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

R = 41.79%
G = 36.47%
B = 21.74%

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

#AD975A (or 0xAD975A) is known color: Barley Corn. HEX triplet: AD, 97 and 5A. RGB value is (173,151,90). Sum of RGB (Red+Green+Blue) = 173+151+90=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975A is #5268A5. Grayscale: #969696. Windows color (decimal): -5400742 or 5937069. OLE color: 5937069.

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

Color convert

RGB 173 151 90 -
CMYK 0 0.13 0.48 0.32
HSL 44.1º 0.34% 0.52% -
HSV(B) 44.1º 0.48% 0.68% -
XYZ 30.15 31.76 14.21 -
YUV 150.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 173 151 90 0 0.13 0.48 0.32 44.1 0.34 0.52
Hex AD 97 5A 0 D 30 20 2C 22 34
Octal 255 227 132 0 15 60 40 54 42 64
Binary 10101101 10010111 1011010 0 1101 110000 100000 101100 100010 110100

Color Harmonies of #AD975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD975A

Black with #AD975A

Text Example


Text Example

White with #AD975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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