Html Css Color HEX #AD905C Barley Corn

📋 copy color: '#AD905C'

red 173 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #AD905C

Tints of Barley Corn #AD905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 42.3%
G = 35.21%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD905C (or 0xAD905C) is known color: Barley Corn. HEX triplet: AD, 90 and 5C. RGB value is (173,144,92). Sum of RGB (Red+Green+Blue) = 173+144+92=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905C is #526FA3. Grayscale: #929292. Windows color (decimal): -5402532 or 6066349. OLE color: 6066349.

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

Color convert

RGB 173 144 92 -
CMYK 0 0.17 0.47 0.32
HSL 38.52º 0.33% 0.52% -
HSV(B) 38.52º 0.47% 0.68% -
XYZ 29.14 29.6 14.3 -
YUV 146.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 173 144 92 0 0.17 0.47 0.32 38.52 0.33 0.52
Hex AD 90 5C 0 11 2F 20 27 21 34
Octal 255 220 134 0 21 57 40 47 41 64
Binary 10101101 10010000 1011100 0 10001 101111 100000 100111 100001 110100

Color Harmonies of #AD905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD905C

Black with #AD905C

Text Example


Text Example

White with #AD905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD905C; }

 p { color: rgb(173,144,92); }

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

background-color css

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

 a { background-color: rgb(173,144,92); }

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

border-color css

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

 span { border-color: rgb(173,144,92); }

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