Html Css Color HEX #AE882A Reef Gold

📋 copy color: '#AE882A'

red 174 ◦ green 136 ◦ blue 42

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

Shades of Reef Gold #AE882A

Tints of Reef Gold #AE882A

RGB

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

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

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

R = 49.43%
G = 38.64%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE882A (or 0xAE882A) is known color: Reef Gold. HEX triplet: AE, 88 and 2A. RGB value is (174,136,42). Sum of RGB (Red+Green+Blue) = 174+136+42=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE882A is #5177D5. Grayscale: #898989. Windows color (decimal): -5339094 or 2787502. OLE color: 2787502.

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

Color convert

RGB 174 136 42 -
CMYK 0 0.22 0.76 0.32
HSL 42.73º 0.61% 0.42% -
HSV(B) 42.73º 0.76% 0.68% -
XYZ 26.68 26.77 5.95 -
YUV 136.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 174 136 42 0 0.22 0.76 0.32 42.73 0.61 0.42
Hex AE 88 2A 0 16 4C 20 2B 3D 2A
Octal 256 210 52 0 26 114 40 53 75 52
Binary 10101110 10001000 101010 0 10110 1001100 100000 101011 111101 101010

Color Harmonies of #AE882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE882A

Black with #AE882A

Text Example


Text Example

White with #AE882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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