Html Css Color HEX #AF9467 Barley Corn

📋 copy color: '#AF9467'

red 175 ◦ green 148 ◦ blue 103

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

Shades of Barley Corn #AF9467

Tints of Barley Corn #AF9467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 41.08%
G = 34.74%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9467 (or 0xAF9467) is known color: Barley Corn. HEX triplet: AF, 94 and 67. RGB value is (175,148,103). Sum of RGB (Red+Green+Blue) = 175+148+103=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9467 is #506B98. Grayscale: #979797. Windows color (decimal): -5270425 or 6788271. OLE color: 6788271.

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

Color convert

RGB 175 148 103 -
CMYK 0 0.15 0.41 0.31
HSL 37.5º 0.31% 0.55% -
HSV(B) 37.5º 0.41% 0.69% -
XYZ 30.72 31.27 17.25 -
YUV 150.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 175 148 103 0 0.15 0.41 0.31 37.5 0.31 0.55
Hex AF 94 67 0 F 29 1F 26 1F 37
Octal 257 224 147 0 17 51 37 46 37 67
Binary 10101111 10010100 1100111 0 1111 101001 11111 100110 11111 110111

Color Harmonies of #AF9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9467

Black with #AF9467

Text Example


Text Example

White with #AF9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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