Html Css Color HEX #AF8C5C Barley Corn

📋 copy color: '#AF8C5C'

red 175 ◦ green 140 ◦ blue 92

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

Shades of Barley Corn #AF8C5C

Tints of Barley Corn #AF8C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 43%
G = 34.4%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8C5C (or 0xAF8C5C) is known color: Barley Corn. HEX triplet: AF, 8C and 5C. RGB value is (175,140,92). Sum of RGB (Red+Green+Blue) = 175+140+92=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C5C is #5073A3. Grayscale: #919191. Windows color (decimal): -5272484 or 6065327. OLE color: 6065327.

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

Color convert

RGB 175 140 92 -
CMYK 0 0.2 0.47 0.31
HSL 34.7º 0.34% 0.52% -
HSV(B) 34.7º 0.47% 0.69% -
XYZ 28.99 28.64 14.13 -
YUV 144.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 175 140 92 0 0.2 0.47 0.31 34.7 0.34 0.52
Hex AF 8C 5C 0 14 2F 1F 23 22 34
Octal 257 214 134 0 24 57 37 43 42 64
Binary 10101111 10001100 1011100 0 10100 101111 11111 100011 100010 110100

Color Harmonies of #AF8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C5C

Black with #AF8C5C

Text Example


Text Example

White with #AF8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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