Html Css Color HEX #AF925C Barley Corn

📋 copy color: '#AF925C'

red 175 ◦ green 146 ◦ blue 92

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

Shades of Barley Corn #AF925C

Tints of Barley Corn #AF925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 42.37%
G = 35.35%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF925C (or 0xAF925C) is known color: Barley Corn. HEX triplet: AF, 92 and 5C. RGB value is (175,146,92). Sum of RGB (Red+Green+Blue) = 175+146+92=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF925C is #506DA3. Grayscale: #949494. Windows color (decimal): -5270948 or 6066863. OLE color: 6066863.

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

Color convert

RGB 175 146 92 -
CMYK 0 0.17 0.47 0.31
HSL 39.04º 0.34% 0.52% -
HSV(B) 39.04º 0.47% 0.69% -
XYZ 29.89 30.44 14.43 -
YUV 148.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 175 146 92 0 0.17 0.47 0.31 39.04 0.34 0.52
Hex AF 92 5C 0 11 2F 1F 27 22 34
Octal 257 222 134 0 21 57 37 47 42 64
Binary 10101111 10010010 1011100 0 10001 101111 11111 100111 100010 110100

Color Harmonies of #AF925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF925C

Black with #AF925C

Text Example


Text Example

White with #AF925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF925C; }

 p { color: rgb(175,146,92); }

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

background-color css

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

 a { background-color: rgb(175,146,92); }

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

border-color css

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

 span { border-color: rgb(175,146,92); }

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