Html Css Color HEX #AD963A Reef Gold

📋 copy color: '#AD963A'

red 173 ◦ green 150 ◦ blue 58

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

Shades of Reef Gold #AD963A

Tints of Reef Gold #AD963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.37%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 45.41%
G = 39.37%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD963A (or 0xAD963A) is known color: Reef Gold. HEX triplet: AD, 96 and 3A. RGB value is (173,150,58). Sum of RGB (Red+Green+Blue) = 173+150+58=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD963A is #5269C5. Grayscale: #929292. Windows color (decimal): -5401030 or 3839661. OLE color: 3839661.

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

Color convert

RGB 173 150 58 -
CMYK 0 0.13 0.66 0.32
HSL 48º 0.5% 0.45% -
HSV(B) 48º 0.66% 0.68% -
XYZ 28.9 31 8.46 -
YUV 146.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 173 150 58 0 0.13 0.66 0.32 48 0.5 0.45
Hex AD 96 3A 0 D 42 20 30 32 2D
Octal 255 226 72 0 15 102 40 60 62 55
Binary 10101101 10010110 111010 0 1101 1000010 100000 110000 110010 101101

Color Harmonies of #AD963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD963A

Black with #AD963A

Text Example


Text Example

White with #AD963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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