Html Css Color HEX #AF9168 Barley Corn

📋 copy color: '#AF9168'

red 175 ◦ green 145 ◦ blue 104

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

Shades of Barley Corn #AF9168

Tints of Barley Corn #AF9168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 41.27%
G = 34.2%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9168 (or 0xAF9168) is known color: Barley Corn. HEX triplet: AF, 91 and 68. RGB value is (175,145,104). Sum of RGB (Red+Green+Blue) = 175+145+104=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9168 is #506E97. Grayscale: #959595. Windows color (decimal): -5271192 or 6853039. OLE color: 6853039.

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

Color convert

RGB 175 145 104 -
CMYK 0 0.17 0.41 0.31
HSL 34.65º 0.31% 0.55% -
HSV(B) 34.65º 0.41% 0.69% -
XYZ 30.3 30.36 17.36 -
YUV 149.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 175 145 104 0 0.17 0.41 0.31 34.65 0.31 0.55
Hex AF 91 68 0 11 29 1F 23 1F 37
Octal 257 221 150 0 21 51 37 43 37 67
Binary 10101111 10010001 1101000 0 10001 101001 11111 100011 11111 110111

Color Harmonies of #AF9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9168

Black with #AF9168

Text Example


Text Example

White with #AF9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9168; }

 p { color: rgb(175,145,104); }

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

background-color css

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

 a { background-color: rgb(175,145,104); }

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

border-color css

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

 span { border-color: rgb(175,145,104); }

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