#AA9438

Color #AA9438 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AA9438

Tints of Reef Gold #AA9438

Color information

#AA9438 (or 0xAA9438) is unknown color: approx Reef Gold. HEX triplet: AA, 94 and 38. RGB value is (170,148,56). Sum of RGB (Red+Green+Blue) = 170+148+56=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9438 is #556BC7. Grayscale: #909090. Windows color (decimal): -5598152 or 3708074. OLE color: 3708074.

HSL color Cylindrical-coordinate representation of color #AA9438: hue angle of 48.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA9438 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17014856-
CMYK00.130.670.33
HSL48.42º50.44%44.31%-
HSV(B)48.42º67.06%66.67%-
XYZ27.8830.018.06-
YUV144.0978.29146.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=45.45%
G=39.57%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701485600.130.670.3348.4250.4444.31
HexAA94380D432130322c
Octal2522247001510341606254
Binary1010101010010100111000011011000011100001110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9438; }

 p { color: rgb(170,148,56); }

 H1.HeaderClassName
 {
   color: #AA9438;
 }
 .AnyTagClassName
 {
   color: #AA9438;
 }
</style>
background-color css

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

 a { background-color: rgb(170,148,56); }

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

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

 span { border-color: rgb(170,148,56); }

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