Html Css Color HEX #AF995C Barley Corn

📋 copy color: '#AF995C'

red 175 ◦ green 153 ◦ blue 92

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

Shades of Barley Corn #AF995C

Tints of Barley Corn #AF995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 41.67%
G = 36.43%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF995C (or 0xAF995C) is known color: Barley Corn. HEX triplet: AF, 99 and 5C. RGB value is (175,153,92). Sum of RGB (Red+Green+Blue) = 175+153+92=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF995C is #5066A3. Grayscale: #989898. Windows color (decimal): -5269156 or 6068655. OLE color: 6068655.

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

Color convert

RGB 175 153 92 -
CMYK 0 0.13 0.47 0.31
HSL 44.1º 0.34% 0.52% -
HSV(B) 44.1º 0.47% 0.69% -
XYZ 31 32.67 14.8 -
YUV 152.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 175 153 92 0 0.13 0.47 0.31 44.1 0.34 0.52
Hex AF 99 5C 0 D 2F 1F 2C 22 34
Octal 257 231 134 0 15 57 37 54 42 64
Binary 10101111 10011001 1011100 0 1101 101111 11111 101100 100010 110100

Color Harmonies of #AF995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF995C

Black with #AF995C

Text Example


Text Example

White with #AF995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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