Html Css Color HEX #AE8D32 Reef Gold

📋 copy color: '#AE8D32'

red 174 ◦ green 141 ◦ blue 50

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

Shades of Reef Gold #AE8D32

Tints of Reef Gold #AE8D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 47.67%
G = 38.63%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE8D32 (or 0xAE8D32) is known color: Reef Gold. HEX triplet: AE, 8D and 32. RGB value is (174,141,50). Sum of RGB (Red+Green+Blue) = 174+141+50=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D32 is #5172CD. Grayscale: #8C8C8C. Windows color (decimal): -5337806 or 3313070. OLE color: 3313070.

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

Color convert

RGB 174 141 50 -
CMYK 0 0.19 0.71 0.32
HSL 44.03º 0.55% 0.44% -
HSV(B) 44.03º 0.71% 0.68% -
XYZ 27.56 28.28 7.02 -
YUV 140.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 174 141 50 0 0.19 0.71 0.32 44.03 0.55 0.44
Hex AE 8D 32 0 13 47 20 2C 37 2C
Octal 256 215 62 0 23 107 40 54 67 54
Binary 10101110 10001101 110010 0 10011 1000111 100000 101100 110111 101100

Color Harmonies of #AE8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D32

Black with #AE8D32

Text Example


Text Example

White with #AE8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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