Html Css Color HEX #AD975B Barley Corn

📋 copy color: '#AD975B'

red 173 ◦ green 151 ◦ blue 91

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

Shades of Barley Corn #AD975B

Tints of Barley Corn #AD975B

RGB

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

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

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

R = 41.69%
G = 36.39%
B = 21.93%

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

#AD975B (or 0xAD975B) is known color: Barley Corn. HEX triplet: AD, 97 and 5B. RGB value is (173,151,91). Sum of RGB (Red+Green+Blue) = 173+151+91=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975B is #5268A4. Grayscale: #969696. Windows color (decimal): -5400741 or 6002605. OLE color: 6002605.

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

Color convert

RGB 173 151 91 -
CMYK 0 0.13 0.47 0.32
HSL 43.9º 0.33% 0.52% -
HSV(B) 43.9º 0.47% 0.68% -
XYZ 30.19 31.77 14.44 -
YUV 150.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 173 151 91 0 0.13 0.47 0.32 43.9 0.33 0.52
Hex AD 97 5B 0 D 2F 20 2C 21 34
Octal 255 227 133 0 15 57 40 54 41 64
Binary 10101101 10010111 1011011 0 1101 101111 100000 101100 100001 110100

Color Harmonies of #AD975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD975B

Black with #AD975B

Text Example


Text Example

White with #AD975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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