Html Css Color HEX #AF9558 Barley Corn

📋 copy color: '#AF9558'

red 175 ◦ green 149 ◦ blue 88

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

Shades of Barley Corn #AF9558

Tints of Barley Corn #AF9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 42.48%
G = 36.17%
B = 21.36%

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

#AF9558 (or 0xAF9558) is known color: Barley Corn. HEX triplet: AF, 95 and 58. RGB value is (175,149,88). Sum of RGB (Red+Green+Blue) = 175+149+88=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9558 is #506AA7. Grayscale: #969696. Windows color (decimal): -5270184 or 5805487. OLE color: 5805487.

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

Color convert

RGB 175 149 88 -
CMYK 0 0.15 0.50 0.31
HSL 42.07º 0.35% 0.52% -
HSV(B) 42.07º 0.5% 0.69% -
XYZ 30.19 31.31 13.69 -
YUV 149.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 175 149 88 0 0.15 0.50 0.31 42.07 0.35 0.52
Hex AF 95 58 0 F 32 1F 2A 23 34
Octal 257 225 130 0 17 62 37 52 43 64
Binary 10101111 10010101 1011000 0 1111 110010 11111 101010 100011 110100

Color Harmonies of #AF9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9558

Black with #AF9558

Text Example


Text Example

White with #AF9558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9558; }

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

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

background-color css

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

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

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

border-color css

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

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

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