Html Css Color HEX #AF905C Barley Corn

📋 copy color: '#AF905C'

red 175 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #AF905C

Tints of Barley Corn #AF905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 42.58%
G = 35.04%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF905C (or 0xAF905C) is known color: Barley Corn. HEX triplet: AF, 90 and 5C. RGB value is (175,144,92). Sum of RGB (Red+Green+Blue) = 175+144+92=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF905C is #506FA3. Grayscale: #939393. Windows color (decimal): -5271460 or 6066351. OLE color: 6066351.

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

Color convert

RGB 175 144 92 -
CMYK 0 0.18 0.47 0.31
HSL 37.59º 0.34% 0.52% -
HSV(B) 37.59º 0.47% 0.69% -
XYZ 29.58 29.83 14.32 -
YUV 147.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 175 144 92 0 0.18 0.47 0.31 37.59 0.34 0.52
Hex AF 90 5C 0 12 2F 1F 26 22 34
Octal 257 220 134 0 22 57 37 46 42 64
Binary 10101111 10010000 1011100 0 10010 101111 11111 100110 100010 110100

Color Harmonies of #AF905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF905C

Black with #AF905C

Text Example


Text Example

White with #AF905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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