Html Css Color HEX #AE8F33 Reef Gold

📋 copy color: '#AE8F33'

red 174 ◦ green 143 ◦ blue 51

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

Shades of Reef Gold #AE8F33

Tints of Reef Gold #AE8F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 47.28%
G = 38.86%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE8F33 (or 0xAE8F33) is known color: Reef Gold. HEX triplet: AE, 8F and 33. RGB value is (174,143,51). Sum of RGB (Red+Green+Blue) = 174+143+51=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F33 is #5170CC. Grayscale: #8E8E8E. Windows color (decimal): -5337293 or 3379118. OLE color: 3379118.

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

Color convert

RGB 174 143 51 -
CMYK 0 0.18 0.71 0.32
HSL 44.88º 0.55% 0.44% -
HSV(B) 44.88º 0.71% 0.68% -
XYZ 27.88 28.88 7.24 -
YUV 141.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 174 143 51 0 0.18 0.71 0.32 44.88 0.55 0.44
Hex AE 8F 33 0 12 47 20 2D 37 2C
Octal 256 217 63 0 22 107 40 55 67 54
Binary 10101110 10001111 110011 0 10010 1000111 100000 101101 110111 101100

Color Harmonies of #AE8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F33

Black with #AE8F33

Text Example


Text Example

White with #AE8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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