Html Css Color HEX #AD9B38 Reef Gold

📋 copy color: '#AD9B38'

red 173 ◦ green 155 ◦ blue 56

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

Shades of Reef Gold #AD9B38

Tints of Reef Gold #AD9B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

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

R = 45.05%
G = 40.36%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD9B38 (or 0xAD9B38) is known color: Reef Gold. HEX triplet: AD, 9B and 38. RGB value is (173,155,56). Sum of RGB (Red+Green+Blue) = 173+155+56=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B38 is #5264C7. Grayscale: #959595. Windows color (decimal): -5399752 or 3709869. OLE color: 3709869.

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

Color convert

RGB 173 155 56 -
CMYK 0 0.10 0.68 0.32
HSL 50.77º 0.51% 0.45% -
HSV(B) 50.77º 0.68% 0.68% -
XYZ 29.67 32.61 8.47 -
YUV 149.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 173 155 56 0 0.10 0.68 0.32 50.77 0.51 0.45
Hex AD 9B 38 0 A 44 20 33 33 2D
Octal 255 233 70 0 12 104 40 63 63 55
Binary 10101101 10011011 111000 0 1010 1000100 100000 110011 110011 101101

Color Harmonies of #AD9B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B38

Black with #AD9B38

Text Example


Text Example

White with #AD9B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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