Html Css Color HEX #AD9238 Reef Gold

📋 copy color: '#AD9238'

red 173 ◦ green 146 ◦ blue 56

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

Shades of Reef Gold #AD9238

Tints of Reef Gold #AD9238

RGB

 RED value IS 173 (67.97% from 255) = 46.13%

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 46.13%
G = 38.93%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD9238 (or 0xAD9238) is known color: Reef Gold. HEX triplet: AD, 92 and 38. RGB value is (173,146,56). Sum of RGB (Red+Green+Blue) = 173+146+56=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9238 is #526DC7. Grayscale: #909090. Windows color (decimal): -5402056 or 3707565. OLE color: 3707565.

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

Color convert

RGB 173 146 56 -
CMYK 0 0.16 0.68 0.32
HSL 46.15º 0.51% 0.45% -
HSV(B) 46.15º 0.68% 0.68% -
XYZ 28.23 29.73 7.99 -
YUV 143.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 173 146 56 0 0.16 0.68 0.32 46.15 0.51 0.45
Hex AD 92 38 0 10 44 20 2E 33 2D
Octal 255 222 70 0 20 104 40 56 63 55
Binary 10101101 10010010 111000 0 10000 1000100 100000 101110 110011 101101

Color Harmonies of #AD9238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9238

Black with #AD9238

Text Example


Text Example

White with #AD9238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9238; }

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

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

background-color css

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

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

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

border-color css

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

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

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