Html Css Color HEX #AE9934 Reef Gold

📋 copy color: '#AE9934'

red 174 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #AE9934

Tints of Reef Gold #AE9934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 45.91%
G = 40.37%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE9934 (or 0xAE9934) is known color: Reef Gold. HEX triplet: AE, 99 and 34. RGB value is (174,153,52). Sum of RGB (Red+Green+Blue) = 174+153+52=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9934 is #5166CB. Grayscale: #949494. Windows color (decimal): -5334732 or 3447214. OLE color: 3447214.

HSL color Cylindrical-coordinate representation of color #AE9934: hue angle of 49.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE9934 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 52 -
CMYK 0 0.12 0.70 0.32
HSL 49.67º 0.54% 0.44% -
HSV(B) 49.67º 0.7% 0.68% -
XYZ 29.47 32.03 7.88 -
YUV 147.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 174 153 52 0 0.12 0.70 0.32 49.67 0.54 0.44
Hex AE 99 34 0 C 46 20 32 36 2C
Octal 256 231 64 0 14 106 40 62 66 54
Binary 10101110 10011001 110100 0 1100 1000110 100000 110010 110110 101100

Color Harmonies of #AE9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9934

Black with #AE9934

Text Example


Text Example

White with #AE9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9934; }

 p { color: rgb(174,153,52); }

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

background-color css

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

 a { background-color: rgb(174,153,52); }

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

border-color css

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

 span { border-color: rgb(174,153,52); }

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