Html Css Color HEX #AE882D Reef Gold

📋 copy color: '#AE882D'

red 174 ◦ green 136 ◦ blue 45

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

Shades of Reef Gold #AE882D

Tints of Reef Gold #AE882D

RGB

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

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

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

R = 49.01%
G = 38.31%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE882D (or 0xAE882D) is known color: Reef Gold. HEX triplet: AE, 88 and 2D. RGB value is (174,136,45). Sum of RGB (Red+Green+Blue) = 174+136+45=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE882D is #5177D2. Grayscale: #898989. Windows color (decimal): -5339091 or 2984110. OLE color: 2984110.

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

Color convert

RGB 174 136 45 -
CMYK 0 0.22 0.74 0.32
HSL 42.33º 0.59% 0.43% -
HSV(B) 42.33º 0.74% 0.68% -
XYZ 26.73 26.8 6.25 -
YUV 136.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 174 136 45 0 0.22 0.74 0.32 42.33 0.59 0.43
Hex AE 88 2D 0 16 4A 20 2A 3B 2B
Octal 256 210 55 0 26 112 40 52 73 53
Binary 10101110 10001000 101101 0 10110 1001010 100000 101010 111011 101011

Color Harmonies of #AE882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE882D

Black with #AE882D

Text Example


Text Example

White with #AE882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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