Html Css Color HEX #AE914B Husk

📋 copy color: '#AE914B'

red 174 ◦ green 145 ◦ blue 75

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

Shades of Husk #AE914B

Tints of Husk #AE914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 44.16%
G = 36.8%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE914B (or 0xAE914B) is known color: Husk. HEX triplet: AE, 91 and 4B. RGB value is (174,145,75). Sum of RGB (Red+Green+Blue) = 174+145+75=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE914B is #516EB4. Grayscale: #929292. Windows color (decimal): -5336757 or 4952494. OLE color: 4952494.

HSL color Cylindrical-coordinate representation of color #AE914B: hue angle of 42.42º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE914B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 75 -
CMYK 0 0.17 0.57 0.32
HSL 42.42º 0.4% 0.49% -
HSV(B) 42.42º 0.57% 0.68% -
XYZ 28.85 29.76 10.88 -
YUV 145.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 174 145 75 0 0.17 0.57 0.32 42.42 0.4 0.49
Hex AE 91 4B 0 11 39 20 2A 28 31
Octal 256 221 113 0 21 71 40 52 50 61
Binary 10101110 10010001 1001011 0 10001 111001 100000 101010 101000 110001

Color Harmonies of #AE914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE914B

Black with #AE914B

Text Example


Text Example

White with #AE914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE914B; }

 p { color: rgb(174,145,75); }

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

background-color css

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

 a { background-color: rgb(174,145,75); }

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

border-color css

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

 span { border-color: rgb(174,145,75); }

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