Html Css Color HEX #AE8F2C Reef Gold

📋 copy color: '#AE8F2C'

red 174 ◦ green 143 ◦ blue 44

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

Shades of Reef Gold #AE8F2C

Tints of Reef Gold #AE8F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 48.2%
G = 39.61%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE8F2C (or 0xAE8F2C) is known color: Reef Gold. HEX triplet: AE, 8F and 2C. RGB value is (174,143,44). Sum of RGB (Red+Green+Blue) = 174+143+44=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F2C is #5170D3. Grayscale: #8D8D8D. Windows color (decimal): -5337300 or 2920366. OLE color: 2920366.

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

Color convert

RGB 174 143 44 -
CMYK 0 0.18 0.75 0.32
HSL 45.69º 0.6% 0.43% -
HSV(B) 45.69º 0.75% 0.68% -
XYZ 27.73 28.83 6.49 -
YUV 140.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 174 143 44 0 0.18 0.75 0.32 45.69 0.6 0.43
Hex AE 8F 2C 0 12 4B 20 2E 3C 2B
Octal 256 217 54 0 22 113 40 56 74 53
Binary 10101110 10001111 101100 0 10010 1001011 100000 101110 111100 101011

Color Harmonies of #AE8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F2C

Black with #AE8F2C

Text Example


Text Example

White with #AE8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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