Html Css Color HEX #AE8C28 Reef Gold

📋 copy color: '#AE8C28'

red 174 ◦ green 140 ◦ blue 40

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

Shades of Reef Gold #AE8C28

Tints of Reef Gold #AE8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 49.15%
G = 39.55%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE8C28 (or 0xAE8C28) is known color: Reef Gold. HEX triplet: AE, 8C and 28. RGB value is (174,140,40). Sum of RGB (Red+Green+Blue) = 174+140+40=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C28 is #5173D7. Grayscale: #8B8B8B. Windows color (decimal): -5338072 or 2657454. OLE color: 2657454.

HSL color Cylindrical-coordinate representation of color #AE8C28: hue angle of 44.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE8C28 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 40 -
CMYK 0 0.20 0.77 0.32
HSL 44.78º 0.63% 0.42% -
HSV(B) 44.78º 0.77% 0.68% -
XYZ 27.22 27.91 5.96 -
YUV 138.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 174 140 40 0 0.20 0.77 0.32 44.78 0.63 0.42
Hex AE 8C 28 0 14 4D 20 2D 3F 2A
Octal 256 214 50 0 24 115 40 55 77 52
Binary 10101110 10001100 101000 0 10100 1001101 100000 101101 111111 101010

Color Harmonies of #AE8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C28

Black with #AE8C28

Text Example


Text Example

White with #AE8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C28; }

 p { color: rgb(174,140,40); }

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

background-color css

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

 a { background-color: rgb(174,140,40); }

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

border-color css

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

 span { border-color: rgb(174,140,40); }

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