Html Css Color HEX #AE8828 Reef Gold

📋 copy color: '#AE8828'

red 174 ◦ green 136 ◦ blue 40

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

Shades of Reef Gold #AE8828

Tints of Reef Gold #AE8828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 49.71%
G = 38.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE8828 (or 0xAE8828) is known color: Reef Gold. HEX triplet: AE, 88 and 28. RGB value is (174,136,40). Sum of RGB (Red+Green+Blue) = 174+136+40=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8828 is #5177D7. Grayscale: #888888. Windows color (decimal): -5339096 or 2656430. OLE color: 2656430.

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

Color convert

RGB 174 136 40 -
CMYK 0 0.22 0.77 0.32
HSL 42.99º 0.63% 0.42% -
HSV(B) 42.99º 0.77% 0.68% -
XYZ 26.64 26.76 5.77 -
YUV 136.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 174 136 40 0 0.22 0.77 0.32 42.99 0.63 0.42
Hex AE 88 28 0 16 4D 20 2B 3F 2A
Octal 256 210 50 0 26 115 40 53 77 52
Binary 10101110 10001000 101000 0 10110 1001101 100000 101011 111111 101010

Color Harmonies of #AE8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8828

Black with #AE8828

Text Example


Text Example

White with #AE8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8828; }

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

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

background-color css

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

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

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

border-color css

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

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

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