Html Css Color HEX #AE852C Reef Gold

📋 copy color: '#AE852C'

red 174 ◦ green 133 ◦ blue 44

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

Shades of Reef Gold #AE852C

Tints of Reef Gold #AE852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 49.57%
G = 37.89%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE852C (or 0xAE852C) is known color: Reef Gold. HEX triplet: AE, 85 and 2C. RGB value is (174,133,44). Sum of RGB (Red+Green+Blue) = 174+133+44=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852C is #517AD3. Grayscale: #878787. Windows color (decimal): -5339860 or 2917806. OLE color: 2917806.

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

Color convert

RGB 174 133 44 -
CMYK 0 0.24 0.75 0.32
HSL 41.08º 0.6% 0.43% -
HSV(B) 41.08º 0.75% 0.68% -
XYZ 26.3 25.96 6.01 -
YUV 135.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 174 133 44 0 0.24 0.75 0.32 41.08 0.6 0.43
Hex AE 85 2C 0 18 4B 20 29 3C 2B
Octal 256 205 54 0 30 113 40 51 74 53
Binary 10101110 10000101 101100 0 11000 1001011 100000 101001 111100 101011

Color Harmonies of #AE852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE852C

Black with #AE852C

Text Example


Text Example

White with #AE852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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