Html Css Color HEX #AF8F5A Barley Corn

📋 copy color: '#AF8F5A'

red 175 ◦ green 143 ◦ blue 90

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

Shades of Barley Corn #AF8F5A

Tints of Barley Corn #AF8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 42.89%
G = 35.05%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8F5A (or 0xAF8F5A) is known color: Barley Corn. HEX triplet: AF, 8F and 5A. RGB value is (175,143,90). Sum of RGB (Red+Green+Blue) = 175+143+90=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5A is #5070A5. Grayscale: #929292. Windows color (decimal): -5271718 or 5935023. OLE color: 5935023.

HSL color Cylindrical-coordinate representation of color #AF8F5A: hue angle of 37.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF8F5A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 90 -
CMYK 0 0.18 0.49 0.31
HSL 37.41º 0.35% 0.52% -
HSV(B) 37.41º 0.49% 0.69% -
XYZ 29.35 29.5 13.82 -
YUV 146.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 175 143 90 0 0.18 0.49 0.31 37.41 0.35 0.52
Hex AF 8F 5A 0 12 31 1F 25 23 34
Octal 257 217 132 0 22 61 37 45 43 64
Binary 10101111 10001111 1011010 0 10010 110001 11111 100101 100011 110100

Color Harmonies of #AF8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F5A

Black with #AF8F5A

Text Example


Text Example

White with #AF8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F5A; }

 p { color: rgb(175,143,90); }

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

background-color css

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

 a { background-color: rgb(175,143,90); }

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

border-color css

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

 span { border-color: rgb(175,143,90); }

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