Html Css Color HEX #AE8824 Nugget

📋 copy color: '#AE8824'

red 174 ◦ green 136 ◦ blue 36

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

Shades of Nugget #AE8824

Tints of Nugget #AE8824

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 50.29%
G = 39.31%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE8824 (or 0xAE8824) is known color: Nugget. HEX triplet: AE, 88 and 24. RGB value is (174,136,36). Sum of RGB (Red+Green+Blue) = 174+136+36=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8824 is #5177DB. Grayscale: #888888. Windows color (decimal): -5339100 or 2394286. OLE color: 2394286.

HSL color Cylindrical-coordinate representation of color #AE8824: hue angle of 43.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE8824 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 136 36 -
CMYK 0 0.22 0.79 0.32
HSL 43.48º 0.66% 0.41% -
HSV(B) 43.48º 0.79% 0.68% -
XYZ 26.58 26.73 5.43 -
YUV 135.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 174 136 36 0 0.22 0.79 0.32 43.48 0.66 0.41
Hex AE 88 24 0 16 4F 20 2B 42 29
Octal 256 210 44 0 26 117 40 53 102 51
Binary 10101110 10001000 100100 0 10110 1001111 100000 101011 1000010 101001

Color Harmonies of #AE8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8824

Black with #AE8824

Text Example


Text Example

White with #AE8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8824; }

 p { color: rgb(174,136,36); }

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

background-color css

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

 a { background-color: rgb(174,136,36); }

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

border-color css

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

 span { border-color: rgb(174,136,36); }

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