Html Css Color HEX #AF955D Barley Corn

📋 copy color: '#AF955D'

red 175 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #AF955D

Tints of Barley Corn #AF955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 41.97%
G = 35.73%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF955D (or 0xAF955D) is known color: Barley Corn. HEX triplet: AF, 95 and 5D. RGB value is (175,149,93). Sum of RGB (Red+Green+Blue) = 175+149+93=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955D is #506AA2. Grayscale: #969696. Windows color (decimal): -5270179 or 6133167. OLE color: 6133167.

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

Color convert

RGB 175 149 93 -
CMYK 0 0.15 0.47 0.31
HSL 40.98º 0.34% 0.53% -
HSV(B) 40.98º 0.47% 0.69% -
XYZ 30.4 31.4 14.81 -
YUV 150.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 175 149 93 0 0.15 0.47 0.31 40.98 0.34 0.53
Hex AF 95 5D 0 F 2F 1F 29 22 35
Octal 257 225 135 0 17 57 37 51 42 65
Binary 10101111 10010101 1011101 0 1111 101111 11111 101001 100010 110101

Color Harmonies of #AF955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF955D

Black with #AF955D

Text Example


Text Example

White with #AF955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF955D; }

 p { color: rgb(175,149,93); }

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

background-color css

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

 a { background-color: rgb(175,149,93); }

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

border-color css

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

 span { border-color: rgb(175,149,93); }

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