Html Css Color HEX #AE942E Reef Gold

📋 copy color: '#AE942E'

red 174 ◦ green 148 ◦ blue 46

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

Shades of Reef Gold #AE942E

Tints of Reef Gold #AE942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 47.28%
G = 40.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE942E (or 0xAE942E) is known color: Reef Gold. HEX triplet: AE, 94 and 2E. RGB value is (174,148,46). Sum of RGB (Red+Green+Blue) = 174+148+46=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE942E is #516BD1. Grayscale: #909090. Windows color (decimal): -5336018 or 3052718. OLE color: 3052718.

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

Color convert

RGB 174 148 46 -
CMYK 0 0.15 0.74 0.32
HSL 47.81º 0.58% 0.43% -
HSV(B) 47.81º 0.74% 0.68% -
XYZ 28.54 30.38 6.94 -
YUV 144.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 174 148 46 0 0.15 0.74 0.32 47.81 0.58 0.43
Hex AE 94 2E 0 F 4A 20 30 3A 2B
Octal 256 224 56 0 17 112 40 60 72 53
Binary 10101110 10010100 101110 0 1111 1001010 100000 110000 111010 101011

Color Harmonies of #AE942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE942E

Black with #AE942E

Text Example


Text Example

White with #AE942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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