Html Css Color HEX #AF905A Barley Corn

📋 copy color: '#AF905A'

red 175 ◦ green 144 ◦ blue 90

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

Shades of Barley Corn #AF905A

Tints of Barley Corn #AF905A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 42.79%
G = 35.21%
B = 22%

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

#AF905A (or 0xAF905A) is known color: Barley Corn. HEX triplet: AF, 90 and 5A. RGB value is (175,144,90). Sum of RGB (Red+Green+Blue) = 175+144+90=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF905A is #506FA5. Grayscale: #939393. Windows color (decimal): -5271462 or 5935279. OLE color: 5935279.

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

Color convert

RGB 175 144 90 -
CMYK 0 0.18 0.49 0.31
HSL 38.12º 0.35% 0.52% -
HSV(B) 38.12º 0.49% 0.69% -
XYZ 29.5 29.8 13.87 -
YUV 147.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 175 144 90 0 0.18 0.49 0.31 38.12 0.35 0.52
Hex AF 90 5A 0 12 31 1F 26 23 34
Octal 257 220 132 0 22 61 37 46 43 64
Binary 10101111 10010000 1011010 0 10010 110001 11111 100110 100011 110100

Color Harmonies of #AF905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF905A

Black with #AF905A

Text Example


Text Example

White with #AF905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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