#AD923A

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

Shades of Reef Gold #AD923A

Tints of Reef Gold #AD923A

Color information

#AD923A (or 0xAD923A) is unknown color: approx Reef Gold. HEX triplet: AD, 92 and 3A. RGB value is (173,146,58). Sum of RGB (Red+Green+Blue) = 173+146+58=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD923A is #526DC5. Grayscale: #909090. Windows color (decimal): -5402054 or 3838637. OLE color: 3838637.

HSL color Cylindrical-coordinate representation of color #AD923A: hue angle of 45.91º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD923A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17314658-
CMYK00.160.660.32
HSL45.91º49.78%45.29%-
HSV(B)45.91º66.47%67.84%-
XYZ28.2829.758.25-
YUV144.0479.45148.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=45.89%
G=38.73%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731465800.160.660.3245.9149.7845.29
HexAD923A01042202e322d
Octal2552227202010240566255
Binary10101101100100101110100100001000010100000101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD923A; }

 p { color: rgb(173,146,58); }

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

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

 a { background-color: rgb(173,146,58); }

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

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

 span { border-color: rgb(173,146,58); }

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