Html Css Color HEX #AE892C Reef Gold

📋 copy color: '#AE892C'

red 174 ◦ green 137 ◦ blue 44

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

Shades of Reef Gold #AE892C

Tints of Reef Gold #AE892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 49.01%
G = 38.59%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE892C (or 0xAE892C) is known color: Reef Gold. HEX triplet: AE, 89 and 2C. RGB value is (174,137,44). Sum of RGB (Red+Green+Blue) = 174+137+44=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE892C is #5176D3. Grayscale: #898989. Windows color (decimal): -5338836 or 2918830. OLE color: 2918830.

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

Color convert

RGB 174 137 44 -
CMYK 0 0.21 0.75 0.32
HSL 42.92º 0.6% 0.43% -
HSV(B) 42.92º 0.75% 0.68% -
XYZ 26.86 27.07 6.19 -
YUV 137.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 174 137 44 0 0.21 0.75 0.32 42.92 0.6 0.43
Hex AE 89 2C 0 15 4B 20 2B 3C 2B
Octal 256 211 54 0 25 113 40 53 74 53
Binary 10101110 10001001 101100 0 10101 1001011 100000 101011 111100 101011

Color Harmonies of #AE892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE892C

Black with #AE892C

Text Example


Text Example

White with #AE892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE892C; }

 p { color: rgb(174,137,44); }

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

background-color css

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

 a { background-color: rgb(174,137,44); }

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

border-color css

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

 span { border-color: rgb(174,137,44); }

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