Html Css Color HEX #AF9566 Barley Corn

📋 copy color: '#AF9566'

red 175 ◦ green 149 ◦ blue 102

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

Shades of Barley Corn #AF9566

Tints of Barley Corn #AF9566

RGB

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

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

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

R = 41.08%
G = 34.98%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF9566 (or 0xAF9566) is known color: Barley Corn. HEX triplet: AF, 95 and 66. RGB value is (175,149,102). Sum of RGB (Red+Green+Blue) = 175+149+102=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9566 is #506A99. Grayscale: #979797. Windows color (decimal): -5270170 or 6722991. OLE color: 6722991.

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

Color convert

RGB 175 149 102 -
CMYK 0 0.15 0.42 0.31
HSL 38.63º 0.31% 0.54% -
HSV(B) 38.63º 0.42% 0.69% -
XYZ 30.82 31.57 17.04 -
YUV 151.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 175 149 102 0 0.15 0.42 0.31 38.63 0.31 0.54
Hex AF 95 66 0 F 2A 1F 27 1F 36
Octal 257 225 146 0 17 52 37 47 37 66
Binary 10101111 10010101 1100110 0 1111 101010 11111 100111 11111 110110

Color Harmonies of #AF9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9566

Black with #AF9566

Text Example


Text Example

White with #AF9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9566; }

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

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

background-color css

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

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

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

border-color css

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

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

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