Html Css Color HEX #AF955A Barley Corn

📋 copy color: '#AF955A'

red 175 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #AF955A

Tints of Barley Corn #AF955A

RGB

 RED value IS 175 (68.75% from 255) = 42.27%

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 42.27%
G = 35.99%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF955A (or 0xAF955A) is known color: Barley Corn. HEX triplet: AF, 95 and 5A. RGB value is (175,149,90). Sum of RGB (Red+Green+Blue) = 175+149+90=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955A is #506AA5. Grayscale: #969696. Windows color (decimal): -5270182 or 5936559. OLE color: 5936559.

HSL color Cylindrical-coordinate representation of color #AF955A: hue angle of 41.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF955A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 90 -
CMYK 0 0.15 0.49 0.31
HSL 41.65º 0.35% 0.52% -
HSV(B) 41.65º 0.49% 0.69% -
XYZ 30.27 31.35 14.13 -
YUV 150.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 175 149 90 0 0.15 0.49 0.31 41.65 0.35 0.52
Hex AF 95 5A 0 F 31 1F 2A 23 34
Octal 257 225 132 0 17 61 37 52 43 64
Binary 10101111 10010101 1011010 0 1111 110001 11111 101010 100011 110100

Color Harmonies of #AF955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF955A

Black with #AF955A

Text Example


Text Example

White with #AF955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF955A; }

 p { color: rgb(175,149,90); }

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

background-color css

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

 a { background-color: rgb(175,149,90); }

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

border-color css

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

 span { border-color: rgb(175,149,90); }

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