Html Css Color HEX #AF996A Barley Corn

📋 copy color: '#AF996A'

red 175 ◦ green 153 ◦ blue 106

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

Shades of Barley Corn #AF996A

Tints of Barley Corn #AF996A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 40.32%
G = 35.25%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF996A (or 0xAF996A) is known color: Barley Corn. HEX triplet: AF, 99 and 6A. RGB value is (175,153,106). Sum of RGB (Red+Green+Blue) = 175+153+106=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996A is #506695. Grayscale: #9A9A9A. Windows color (decimal): -5269142 or 6986159. OLE color: 6986159.

HSL color Cylindrical-coordinate representation of color #AF996A: hue angle of 40.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF996A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 106 -
CMYK 0 0.13 0.39 0.31
HSL 40.87º 0.3% 0.55% -
HSV(B) 40.87º 0.39% 0.69% -
XYZ 31.67 32.94 18.32 -
YUV 154.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 175 153 106 0 0.13 0.39 0.31 40.87 0.3 0.55
Hex AF 99 6A 0 D 27 1F 29 1E 37
Octal 257 231 152 0 15 47 37 51 36 67
Binary 10101111 10011001 1101010 0 1101 100111 11111 101001 11110 110111

Color Harmonies of #AF996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF996A

Black with #AF996A

Text Example


Text Example

White with #AF996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF996A; }

 p { color: rgb(175,153,106); }

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

background-color css

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

 a { background-color: rgb(175,153,106); }

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

border-color css

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

 span { border-color: rgb(175,153,106); }

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