Html Css Color HEX #AF9061 Barley Corn

📋 copy color: '#AF9061'

red 175 ◦ green 144 ◦ blue 97

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

Shades of Barley Corn #AF9061

Tints of Barley Corn #AF9061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 42.07%
G = 34.62%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF9061 (or 0xAF9061) is known color: Barley Corn. HEX triplet: AF, 90 and 61. RGB value is (175,144,97). Sum of RGB (Red+Green+Blue) = 175+144+97=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9061 is #506F9E. Grayscale: #949494. Windows color (decimal): -5271455 or 6394031. OLE color: 6394031.

HSL color Cylindrical-coordinate representation of color #AF9061: hue angle of 36.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF9061 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 97 -
CMYK 0 0.18 0.45 0.31
HSL 36.15º 0.33% 0.53% -
HSV(B) 36.15º 0.45% 0.69% -
XYZ 29.81 29.92 15.51 -
YUV 147.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 175 144 97 0 0.18 0.45 0.31 36.15 0.33 0.53
Hex AF 90 61 0 12 2D 1F 24 21 35
Octal 257 220 141 0 22 55 37 44 41 65
Binary 10101111 10010000 1100001 0 10010 101101 11111 100100 100001 110101

Color Harmonies of #AF9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9061

Black with #AF9061

Text Example


Text Example

White with #AF9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9061; }

 p { color: rgb(175,144,97); }

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

background-color css

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

 a { background-color: rgb(175,144,97); }

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

border-color css

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

 span { border-color: rgb(175,144,97); }

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