Html Css Color HEX #AE965C Barley Corn

📋 copy color: '#AE965C'

red 174 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #AE965C

Tints of Barley Corn #AE965C

RGB

 RED value IS 174 (68.36% from 255) = 41.83%

 GREEN value IS 150 (58.98% from 255) = 36.06%

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

R = 41.83%
G = 36.06%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE965C (or 0xAE965C) is known color: Barley Corn. HEX triplet: AE, 96 and 5C. RGB value is (174,150,92). Sum of RGB (Red+Green+Blue) = 174+150+92=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE965C is #5169A3. Grayscale: #969696. Windows color (decimal): -5335460 or 6067886. OLE color: 6067886.

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

Color convert

RGB 174 150 92 -
CMYK 0 0.14 0.47 0.32
HSL 42.44º 0.34% 0.52% -
HSV(B) 42.44º 0.47% 0.68% -
XYZ 30.29 31.58 14.62 -
YUV 150.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 174 150 92 0 0.14 0.47 0.32 42.44 0.34 0.52
Hex AE 96 5C 0 E 2F 20 2A 22 34
Octal 256 226 134 0 16 57 40 52 42 64
Binary 10101110 10010110 1011100 0 1110 101111 100000 101010 100010 110100

Color Harmonies of #AE965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE965C

Black with #AE965C

Text Example


Text Example

White with #AE965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE965C; }

 p { color: rgb(174,150,92); }

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

background-color css

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

 a { background-color: rgb(174,150,92); }

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

border-color css

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

 span { border-color: rgb(174,150,92); }

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