Html Css Color HEX #AF9669 Barley Corn

📋 copy color: '#AF9669'

red 175 ◦ green 150 ◦ blue 105

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

Shades of Barley Corn #AF9669

Tints of Barley Corn #AF9669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 40.7%
G = 34.88%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF9669 (or 0xAF9669) is known color: Barley Corn. HEX triplet: AF, 96 and 69. RGB value is (175,150,105). Sum of RGB (Red+Green+Blue) = 175+150+105=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9669 is #506996. Grayscale: #989898. Windows color (decimal): -5269911 or 6919855. OLE color: 6919855.

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

Color convert

RGB 175 150 105 -
CMYK 0 0.14 0.40 0.31
HSL 38.57º 0.3% 0.55% -
HSV(B) 38.57º 0.4% 0.69% -
XYZ 31.14 31.95 17.89 -
YUV 152.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 175 150 105 0 0.14 0.40 0.31 38.57 0.3 0.55
Hex AF 96 69 0 E 28 1F 27 1E 37
Octal 257 226 151 0 16 50 37 47 36 67
Binary 10101111 10010110 1101001 0 1110 101000 11111 100111 11110 110111

Color Harmonies of #AF9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9669

Black with #AF9669

Text Example


Text Example

White with #AF9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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