Html Css Color HEX #AE9430 Reef Gold

📋 copy color: '#AE9430'

red 174 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #AE9430

Tints of Reef Gold #AE9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 47.03%
G = 40%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE9430 (or 0xAE9430) is known color: Reef Gold. HEX triplet: AE, 94 and 30. RGB value is (174,148,48). Sum of RGB (Red+Green+Blue) = 174+148+48=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9430 is #516BCF. Grayscale: #909090. Windows color (decimal): -5336016 or 3183790. OLE color: 3183790.

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

Color convert

RGB 174 148 48 -
CMYK 0 0.15 0.72 0.32
HSL 47.62º 0.57% 0.44% -
HSV(B) 47.62º 0.72% 0.68% -
XYZ 28.58 30.39 7.16 -
YUV 144.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 174 148 48 0 0.15 0.72 0.32 47.62 0.57 0.44
Hex AE 94 30 0 F 48 20 30 39 2C
Octal 256 224 60 0 17 110 40 60 71 54
Binary 10101110 10010100 110000 0 1111 1001000 100000 110000 111001 101100

Color Harmonies of #AE9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9430

Black with #AE9430

Text Example


Text Example

White with #AE9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9430; }

 p { color: rgb(174,148,48); }

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

background-color css

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

 a { background-color: rgb(174,148,48); }

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

border-color css

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

 span { border-color: rgb(174,148,48); }

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