Html Css Color HEX #AD945B Barley Corn

📋 copy color: '#AD945B'

red 173 ◦ green 148 ◦ blue 91

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

Shades of Barley Corn #AD945B

Tints of Barley Corn #AD945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 41.99%
G = 35.92%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD945B (or 0xAD945B) is known color: Barley Corn. HEX triplet: AD, 94 and 5B. RGB value is (173,148,91). Sum of RGB (Red+Green+Blue) = 173+148+91=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945B is #526BA4. Grayscale: #959595. Windows color (decimal): -5401509 or 6001837. OLE color: 6001837.

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

Color convert

RGB 173 148 91 -
CMYK 0 0.14 0.47 0.32
HSL 41.71º 0.33% 0.52% -
HSV(B) 41.71º 0.47% 0.68% -
XYZ 29.71 30.82 14.28 -
YUV 148.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 173 148 91 0 0.14 0.47 0.32 41.71 0.33 0.52
Hex AD 94 5B 0 E 2F 20 2A 21 34
Octal 255 224 133 0 16 57 40 52 41 64
Binary 10101101 10010100 1011011 0 1110 101111 100000 101010 100001 110100

Color Harmonies of #AD945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD945B

Black with #AD945B

Text Example


Text Example

White with #AD945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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