Html Css Color HEX #AF9C67 Barley Corn

📋 copy color: '#AF9C67'

red 175 ◦ green 156 ◦ blue 103

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

Shades of Barley Corn #AF9C67

Tints of Barley Corn #AF9C67

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

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

R = 40.32%
G = 35.94%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9C67 (or 0xAF9C67) is known color: Barley Corn. HEX triplet: AF, 9C and 67. RGB value is (175,156,103). Sum of RGB (Red+Green+Blue) = 175+156+103=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C67 is #506398. Grayscale: #9B9B9B. Windows color (decimal): -5268377 or 6790319. OLE color: 6790319.

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

Color convert

RGB 175 156 103 -
CMYK 0 0.11 0.41 0.31
HSL 44.17º 0.31% 0.55% -
HSV(B) 44.17º 0.41% 0.69% -
XYZ 32.02 33.87 17.68 -
YUV 155.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 175 156 103 0 0.11 0.41 0.31 44.17 0.31 0.55
Hex AF 9C 67 0 B 29 1F 2C 1F 37
Octal 257 234 147 0 13 51 37 54 37 67
Binary 10101111 10011100 1100111 0 1011 101001 11111 101100 11111 110111

Color Harmonies of #AF9C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C67

Black with #AF9C67

Text Example


Text Example

White with #AF9C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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