Html Css Color HEX #AE902F Reef Gold

📋 copy color: '#AE902F'

red 174 ◦ green 144 ◦ blue 47

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

Shades of Reef Gold #AE902F

Tints of Reef Gold #AE902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 47.67%
G = 39.45%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE902F (or 0xAE902F) is known color: Reef Gold. HEX triplet: AE, 90 and 2F. RGB value is (174,144,47). Sum of RGB (Red+Green+Blue) = 174+144+47=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE902F is #516FD0. Grayscale: #8E8E8E. Windows color (decimal): -5337041 or 3117230. OLE color: 3117230.

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

Color convert

RGB 174 144 47 -
CMYK 0 0.17 0.73 0.32
HSL 45.83º 0.57% 0.43% -
HSV(B) 45.83º 0.73% 0.68% -
XYZ 27.94 29.15 6.84 -
YUV 141.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 174 144 47 0 0.17 0.73 0.32 45.83 0.57 0.43
Hex AE 90 2F 0 11 49 20 2E 39 2B
Octal 256 220 57 0 21 111 40 56 71 53
Binary 10101110 10010000 101111 0 10001 1001001 100000 101110 111001 101011

Color Harmonies of #AE902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE902F

Black with #AE902F

Text Example


Text Example

White with #AE902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE902F; }

 p { color: rgb(174,144,47); }

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

background-color css

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

 a { background-color: rgb(174,144,47); }

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

border-color css

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

 span { border-color: rgb(174,144,47); }

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