Html Css Color HEX #AF9166 Barley Corn

📋 copy color: '#AF9166'

red 175 ◦ green 145 ◦ blue 102

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

Shades of Barley Corn #AF9166

Tints of Barley Corn #AF9166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

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

R = 41.47%
G = 34.36%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF9166 (or 0xAF9166) is known color: Barley Corn. HEX triplet: AF, 91 and 66. RGB value is (175,145,102). Sum of RGB (Red+Green+Blue) = 175+145+102=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9166 is #506E99. Grayscale: #959595. Windows color (decimal): -5271194 or 6721967. OLE color: 6721967.

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

Color convert

RGB 175 145 102 -
CMYK 0 0.17 0.42 0.31
HSL 35.34º 0.31% 0.54% -
HSV(B) 35.34º 0.42% 0.69% -
XYZ 30.2 30.32 16.83 -
YUV 149.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 175 145 102 0 0.17 0.42 0.31 35.34 0.31 0.54
Hex AF 91 66 0 11 2A 1F 23 1F 36
Octal 257 221 146 0 21 52 37 43 37 66
Binary 10101111 10010001 1100110 0 10001 101010 11111 100011 11111 110110

Color Harmonies of #AF9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9166

Black with #AF9166

Text Example


Text Example

White with #AF9166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9166; }

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

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

background-color css

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

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

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

border-color css

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

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

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