Html Css Color HEX #A8925F Barley Corn

📋 copy color: '#A8925F'

red 168 ◦ green 146 ◦ blue 95

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

Shades of Barley Corn #A8925F

Tints of Barley Corn #A8925F

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

 GREEN value IS 146 (57.42% from 255) = 35.7%

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

R = 41.08%
G = 35.7%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8925F (or 0xA8925F) is known color: Barley Corn. HEX triplet: A8, 92 and 5F. RGB value is (168,146,95). Sum of RGB (Red+Green+Blue) = 168+146+95=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8925F is #576DA0. Grayscale: #929292. Windows color (decimal): -5729697 or 6263464. OLE color: 6263464.

HSL color Cylindrical-coordinate representation of color #A8925F: hue angle of 41.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8925F is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 95 -
CMYK 0 0.13 0.43 0.34
HSL 41.92º 0.3% 0.52% -
HSV(B) 41.92º 0.43% 0.66% -
XYZ 28.49 29.71 15.06 -
YUV 146.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 168 146 95 0 0.13 0.43 0.34 41.92 0.3 0.52
Hex A8 92 5F 0 D 2B 22 2A 1E 34
Octal 250 222 137 0 15 53 42 52 36 64
Binary 10101000 10010010 1011111 0 1101 101011 100010 101010 11110 110100

Color Harmonies of #A8925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8925F

Black with #A8925F

Text Example


Text Example

White with #A8925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8925F; }

 p { color: rgb(168,146,95); }

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

background-color css

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

 a { background-color: rgb(168,146,95); }

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

border-color css

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

 span { border-color: rgb(168,146,95); }

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