Html Css Color HEX #AF935A Barley Corn

📋 copy color: '#AF935A'

red 175 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #AF935A

Tints of Barley Corn #AF935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 42.48%
G = 35.68%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF935A (or 0xAF935A) is known color: Barley Corn. HEX triplet: AF, 93 and 5A. RGB value is (175,147,90). Sum of RGB (Red+Green+Blue) = 175+147+90=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935A is #506CA5. Grayscale: #959595. Windows color (decimal): -5270694 or 5936047. OLE color: 5936047.

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

Color convert

RGB 175 147 90 -
CMYK 0 0.16 0.49 0.31
HSL 40.24º 0.35% 0.52% -
HSV(B) 40.24º 0.49% 0.69% -
XYZ 29.96 30.72 14.02 -
YUV 148.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 175 147 90 0 0.16 0.49 0.31 40.24 0.35 0.52
Hex AF 93 5A 0 10 31 1F 28 23 34
Octal 257 223 132 0 20 61 37 50 43 64
Binary 10101111 10010011 1011010 0 10000 110001 11111 101000 100011 110100

Color Harmonies of #AF935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF935A

Black with #AF935A

Text Example


Text Example

White with #AF935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF935A; }

 p { color: rgb(175,147,90); }

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

background-color css

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

 a { background-color: rgb(175,147,90); }

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

border-color css

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

 span { border-color: rgb(175,147,90); }

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