Html Css Color HEX #AE852A Reef Gold

📋 copy color: '#AE852A'

red 174 ◦ green 133 ◦ blue 42

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

Shades of Reef Gold #AE852A

Tints of Reef Gold #AE852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 49.86%
G = 38.11%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE852A (or 0xAE852A) is known color: Reef Gold. HEX triplet: AE, 85 and 2A. RGB value is (174,133,42). Sum of RGB (Red+Green+Blue) = 174+133+42=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852A is #517AD5. Grayscale: #878787. Windows color (decimal): -5339862 or 2786734. OLE color: 2786734.

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

Color convert

RGB 174 133 42 -
CMYK 0 0.24 0.76 0.32
HSL 41.36º 0.61% 0.42% -
HSV(B) 41.36º 0.76% 0.68% -
XYZ 26.26 25.94 5.81 -
YUV 134.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 174 133 42 0 0.24 0.76 0.32 41.36 0.61 0.42
Hex AE 85 2A 0 18 4C 20 29 3D 2A
Octal 256 205 52 0 30 114 40 51 75 52
Binary 10101110 10000101 101010 0 11000 1001100 100000 101001 111101 101010

Color Harmonies of #AE852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE852A

Black with #AE852A

Text Example


Text Example

White with #AE852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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