Html Css Color HEX #AF9369 Barley Corn

📋 copy color: '#AF9369'

red 175 ◦ green 147 ◦ blue 105

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

Shades of Barley Corn #AF9369

Tints of Barley Corn #AF9369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 40.98%
G = 34.43%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF9369 (or 0xAF9369) is known color: Barley Corn. HEX triplet: AF, 93 and 69. RGB value is (175,147,105). Sum of RGB (Red+Green+Blue) = 175+147+105=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9369 is #506C96. Grayscale: #969696. Windows color (decimal): -5270679 or 6919087. OLE color: 6919087.

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

Color convert

RGB 175 147 105 -
CMYK 0 0.16 0.40 0.31
HSL 36º 0.3% 0.55% -
HSV(B) 36º 0.4% 0.69% -
XYZ 30.66 31 17.73 -
YUV 150.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 175 147 105 0 0.16 0.40 0.31 36 0.3 0.55
Hex AF 93 69 0 10 28 1F 24 1E 37
Octal 257 223 151 0 20 50 37 44 36 67
Binary 10101111 10010011 1101001 0 10000 101000 11111 100100 11110 110111

Color Harmonies of #AF9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9369

Black with #AF9369

Text Example


Text Example

White with #AF9369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9369; }

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

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

background-color css

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

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

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

border-color css

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

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

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