Html Css Color HEX #AE852D Reef Gold

📋 copy color: '#AE852D'

red 174 ◦ green 133 ◦ blue 45

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

Shades of Reef Gold #AE852D

Tints of Reef Gold #AE852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 49.43%
G = 37.78%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE852D (or 0xAE852D) is known color: Reef Gold. HEX triplet: AE, 85 and 2D. RGB value is (174,133,45). Sum of RGB (Red+Green+Blue) = 174+133+45=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852D is #517AD2. Grayscale: #878787. Windows color (decimal): -5339859 or 2983342. OLE color: 2983342.

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

Color convert

RGB 174 133 45 -
CMYK 0 0.24 0.74 0.32
HSL 40.93º 0.59% 0.43% -
HSV(B) 40.93º 0.74% 0.68% -
XYZ 26.32 25.96 6.11 -
YUV 135.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 174 133 45 0 0.24 0.74 0.32 40.93 0.59 0.43
Hex AE 85 2D 0 18 4A 20 29 3B 2B
Octal 256 205 55 0 30 112 40 51 73 53
Binary 10101110 10000101 101101 0 11000 1001010 100000 101001 111011 101011

Color Harmonies of #AE852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE852D

Black with #AE852D

Text Example


Text Example

White with #AE852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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