Html Css Color HEX #AF905B Barley Corn

📋 copy color: '#AF905B'

red 175 ◦ green 144 ◦ blue 91

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

Shades of Barley Corn #AF905B

Tints of Barley Corn #AF905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 42.68%
G = 35.12%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF905B (or 0xAF905B) is known color: Barley Corn. HEX triplet: AF, 90 and 5B. RGB value is (175,144,91). Sum of RGB (Red+Green+Blue) = 175+144+91=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF905B is #506FA4. Grayscale: #939393. Windows color (decimal): -5271461 or 6000815. OLE color: 6000815.

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

Color convert

RGB 175 144 91 -
CMYK 0 0.18 0.48 0.31
HSL 37.86º 0.34% 0.52% -
HSV(B) 37.86º 0.48% 0.69% -
XYZ 29.54 29.82 14.1 -
YUV 147.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 175 144 91 0 0.18 0.48 0.31 37.86 0.34 0.52
Hex AF 90 5B 0 12 30 1F 26 22 34
Octal 257 220 133 0 22 60 37 46 42 64
Binary 10101111 10010000 1011011 0 10010 110000 11111 100110 100010 110100

Color Harmonies of #AF905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF905B

Black with #AF905B

Text Example


Text Example

White with #AF905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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