Html Css Color HEX #AE9746 Husk

📋 copy color: '#AE9746'

red 174 ◦ green 151 ◦ blue 70

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

Shades of Husk #AE9746

Tints of Husk #AE9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 44.05%
G = 38.23%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE9746 (or 0xAE9746) is known color: Husk. HEX triplet: AE, 97 and 46. RGB value is (174,151,70). Sum of RGB (Red+Green+Blue) = 174+151+70=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9746 is #5168B9. Grayscale: #949494. Windows color (decimal): -5335226 or 4626350. OLE color: 4626350.

HSL color Cylindrical-coordinate representation of color #AE9746: hue angle of 46.73º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9746 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 151 70 -
CMYK 0 0.13 0.60 0.32
HSL 46.73º 0.43% 0.48% -
HSV(B) 46.73º 0.6% 0.68% -
XYZ 29.63 31.57 10.33 -
YUV 148.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 174 151 70 0 0.13 0.60 0.32 46.73 0.43 0.48
Hex AE 97 46 0 D 3C 20 2F 2B 30
Octal 256 227 106 0 15 74 40 57 53 60
Binary 10101110 10010111 1000110 0 1101 111100 100000 101111 101011 110000

Color Harmonies of #AE9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9746

Black with #AE9746

Text Example


Text Example

White with #AE9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9746; }

 p { color: rgb(174,151,70); }

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

background-color css

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

 a { background-color: rgb(174,151,70); }

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

border-color css

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

 span { border-color: rgb(174,151,70); }

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