Html Css Color HEX #AD9538 Reef Gold

📋 copy color: '#AD9538'

red 173 ◦ green 149 ◦ blue 56

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

Shades of Reef Gold #AD9538

Tints of Reef Gold #AD9538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 45.77%
G = 39.42%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD9538 (or 0xAD9538) is known color: Reef Gold. HEX triplet: AD, 95 and 38. RGB value is (173,149,56). Sum of RGB (Red+Green+Blue) = 173+149+56=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9538 is #526AC7. Grayscale: #919191. Windows color (decimal): -5401288 or 3708333. OLE color: 3708333.

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

Color convert

RGB 173 149 56 -
CMYK 0 0.14 0.68 0.32
HSL 47.69º 0.51% 0.45% -
HSV(B) 47.69º 0.68% 0.68% -
XYZ 28.69 30.66 8.15 -
YUV 145.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 173 149 56 0 0.14 0.68 0.32 47.69 0.51 0.45
Hex AD 95 38 0 E 44 20 30 33 2D
Octal 255 225 70 0 16 104 40 60 63 55
Binary 10101101 10010101 111000 0 1110 1000100 100000 110000 110011 101101

Color Harmonies of #AD9538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9538

Black with #AD9538

Text Example


Text Example

White with #AD9538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9538; }

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

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

background-color css

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

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

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

border-color css

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

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

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