Html Css Color HEX #AF9458 Barley Corn

📋 copy color: '#AF9458'

red 175 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #AF9458

Tints of Barley Corn #AF9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 42.58%
G = 36.01%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF9458 (or 0xAF9458) is known color: Barley Corn. HEX triplet: AF, 94 and 58. RGB value is (175,148,88). Sum of RGB (Red+Green+Blue) = 175+148+88=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9458 is #506BA7. Grayscale: #959595. Windows color (decimal): -5270440 or 5805231. OLE color: 5805231.

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

Color convert

RGB 175 148 88 -
CMYK 0 0.15 0.50 0.31
HSL 41.38º 0.35% 0.52% -
HSV(B) 41.38º 0.5% 0.69% -
XYZ 30.03 31 13.63 -
YUV 149.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 175 148 88 0 0.15 0.50 0.31 41.38 0.35 0.52
Hex AF 94 58 0 F 32 1F 29 23 34
Octal 257 224 130 0 17 62 37 51 43 64
Binary 10101111 10010100 1011000 0 1111 110010 11111 101001 100011 110100

Color Harmonies of #AF9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9458

Black with #AF9458

Text Example


Text Example

White with #AF9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9458; }

 p { color: rgb(175,148,88); }

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

background-color css

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

 a { background-color: rgb(175,148,88); }

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

border-color css

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

 span { border-color: rgb(175,148,88); }

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