Html Css Color HEX #AF9066 Barley Corn

📋 copy color: '#AF9066'

red 175 ◦ green 144 ◦ blue 102

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

Shades of Barley Corn #AF9066

Tints of Barley Corn #AF9066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 41.57%
G = 34.2%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF9066 (or 0xAF9066) is known color: Barley Corn. HEX triplet: AF, 90 and 66. RGB value is (175,144,102). Sum of RGB (Red+Green+Blue) = 175+144+102=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9066 is #506F99. Grayscale: #949494. Windows color (decimal): -5271450 or 6721711. OLE color: 6721711.

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

Color convert

RGB 175 144 102 -
CMYK 0 0.18 0.42 0.31
HSL 34.52º 0.31% 0.54% -
HSV(B) 34.52º 0.42% 0.69% -
XYZ 30.05 30.02 16.78 -
YUV 148.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 175 144 102 0 0.18 0.42 0.31 34.52 0.31 0.54
Hex AF 90 66 0 12 2A 1F 23 1F 36
Octal 257 220 146 0 22 52 37 43 37 66
Binary 10101111 10010000 1100110 0 10010 101010 11111 100011 11111 110110

Color Harmonies of #AF9066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9066

Black with #AF9066

Text Example


Text Example

White with #AF9066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9066; }

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

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

background-color css

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

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

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

border-color css

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

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

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