Html Css Color HEX #AE8D30 Reef Gold

📋 copy color: '#AE8D30'

red 174 ◦ green 141 ◦ blue 48

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

Shades of Reef Gold #AE8D30

Tints of Reef Gold #AE8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 47.93%
G = 38.84%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE8D30 (or 0xAE8D30) is known color: Reef Gold. HEX triplet: AE, 8D and 30. RGB value is (174,141,48). Sum of RGB (Red+Green+Blue) = 174+141+48=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D30 is #5172CF. Grayscale: #8C8C8C. Windows color (decimal): -5337808 or 3181998. OLE color: 3181998.

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

Color convert

RGB 174 141 48 -
CMYK 0 0.19 0.72 0.32
HSL 44.29º 0.57% 0.44% -
HSV(B) 44.29º 0.72% 0.68% -
XYZ 27.51 28.26 6.8 -
YUV 140.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 174 141 48 0 0.19 0.72 0.32 44.29 0.57 0.44
Hex AE 8D 30 0 13 48 20 2C 39 2C
Octal 256 215 60 0 23 110 40 54 71 54
Binary 10101110 10001101 110000 0 10011 1001000 100000 101100 111001 101100

Color Harmonies of #AE8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D30

Black with #AE8D30

Text Example


Text Example

White with #AE8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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