Html Css Color HEX #AF9D67 Barley Corn

📋 copy color: '#AF9D67'

red 175 ◦ green 157 ◦ blue 103

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

Shades of Barley Corn #AF9D67

Tints of Barley Corn #AF9D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 40.23%
G = 36.09%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9D67 (or 0xAF9D67) is known color: Barley Corn. HEX triplet: AF, 9D and 67. RGB value is (175,157,103). Sum of RGB (Red+Green+Blue) = 175+157+103=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D67 is #506298. Grayscale: #9C9C9C. Windows color (decimal): -5268121 or 6790575. OLE color: 6790575.

HSL color Cylindrical-coordinate representation of color #AF9D67: hue angle of 45º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF9D67 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 103 -
CMYK 0 0.10 0.41 0.31
HSL 45º 0.31% 0.55% -
HSV(B) 45º 0.41% 0.69% -
XYZ 32.18 34.21 17.74 -
YUV 156.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 175 157 103 0 0.10 0.41 0.31 45 0.31 0.55
Hex AF 9D 67 0 A 29 1F 2D 1F 37
Octal 257 235 147 0 12 51 37 55 37 67
Binary 10101111 10011101 1100111 0 1010 101001 11111 101101 11111 110111

Color Harmonies of #AF9D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D67

Black with #AF9D67

Text Example


Text Example

White with #AF9D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D67; }

 p { color: rgb(175,157,103); }

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

background-color css

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

 a { background-color: rgb(175,157,103); }

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

border-color css

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

 span { border-color: rgb(175,157,103); }

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