Html Css Color HEX #AD975F Barley Corn

📋 copy color: '#AD975F'

red 173 ◦ green 151 ◦ blue 95

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

Shades of Barley Corn #AD975F

Tints of Barley Corn #AD975F

RGB

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

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

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

R = 41.29%
G = 36.04%
B = 22.67%

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

#AD975F (or 0xAD975F) is known color: Barley Corn. HEX triplet: AD, 97 and 5F. RGB value is (173,151,95). Sum of RGB (Red+Green+Blue) = 173+151+95=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975F is #5268A0. Grayscale: #979797. Windows color (decimal): -5400737 or 6264749. OLE color: 6264749.

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

Color convert

RGB 173 151 95 -
CMYK 0 0.13 0.45 0.32
HSL 43.08º 0.32% 0.53% -
HSV(B) 43.08º 0.45% 0.68% -
XYZ 30.37 31.84 15.37 -
YUV 151.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 173 151 95 0 0.13 0.45 0.32 43.08 0.32 0.53
Hex AD 97 5F 0 D 2D 20 2B 20 35
Octal 255 227 137 0 15 55 40 53 40 65
Binary 10101101 10010111 1011111 0 1101 101101 100000 101011 100000 110101

Color Harmonies of #AD975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD975F

Black with #AD975F

Text Example


Text Example

White with #AD975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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