Html Css Color HEX #AE8A24 Nugget

📋 copy color: '#AE8A24'

red 174 ◦ green 138 ◦ blue 36

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

Shades of Nugget #AE8A24

Tints of Nugget #AE8A24

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

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

R = 50%
G = 39.66%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE8A24 (or 0xAE8A24) is known color: Nugget. HEX triplet: AE, 8A and 24. RGB value is (174,138,36). Sum of RGB (Red+Green+Blue) = 174+138+36=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A24 is #5175DB. Grayscale: #898989. Windows color (decimal): -5338588 or 2394798. OLE color: 2394798.

HSL color Cylindrical-coordinate representation of color #AE8A24: hue angle of 44.35º 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 #AE8A24 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 138 36 -
CMYK 0 0.21 0.79 0.32
HSL 44.35º 0.66% 0.41% -
HSV(B) 44.35º 0.79% 0.68% -
XYZ 26.86 27.3 5.52 -
YUV 137.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 174 138 36 0 0.21 0.79 0.32 44.35 0.66 0.41
Hex AE 8A 24 0 15 4F 20 2C 42 29
Octal 256 212 44 0 25 117 40 54 102 51
Binary 10101110 10001010 100100 0 10101 1001111 100000 101100 1000010 101001

Color Harmonies of #AE8A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A24

Black with #AE8A24

Text Example


Text Example

White with #AE8A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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