Html Css Color HEX #AE8F36 Reef Gold

📋 copy color: '#AE8F36'

red 174 ◦ green 143 ◦ blue 54

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

Shades of Reef Gold #AE8F36

Tints of Reef Gold #AE8F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 46.9%
G = 38.54%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE8F36 (or 0xAE8F36) is known color: Reef Gold. HEX triplet: AE, 8F and 36. RGB value is (174,143,54). Sum of RGB (Red+Green+Blue) = 174+143+54=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F36 is #5170C9. Grayscale: #8E8E8E. Windows color (decimal): -5337290 or 3575726. OLE color: 3575726.

HSL color Cylindrical-coordinate representation of color #AE8F36: hue angle of 44.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE8F36 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 143 54 -
CMYK 0 0.18 0.69 0.32
HSL 44.5º 0.53% 0.45% -
HSV(B) 44.5º 0.69% 0.68% -
XYZ 27.94 28.91 7.6 -
YUV 142.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 174 143 54 0 0.18 0.69 0.32 44.5 0.53 0.45
Hex AE 8F 36 0 12 45 20 2C 35 2D
Octal 256 217 66 0 22 105 40 54 65 55
Binary 10101110 10001111 110110 0 10010 1000101 100000 101100 110101 101101

Color Harmonies of #AE8F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F36

Black with #AE8F36

Text Example


Text Example

White with #AE8F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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