Html Css Color HEX #AD9835 Reef Gold

📋 copy color: '#AD9835'

red 173 ◦ green 152 ◦ blue 53

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

Shades of Reef Gold #AD9835

Tints of Reef Gold #AD9835

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

 BLUE value IS 53 (21.09% from 255) = 14.02%

R = 45.77%
G = 40.21%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD9835 (or 0xAD9835) is known color: Reef Gold. HEX triplet: AD, 98 and 35. RGB value is (173,152,53). Sum of RGB (Red+Green+Blue) = 173+152+53=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9835 is #5267CA. Grayscale: #939393. Windows color (decimal): -5400523 or 3512493. OLE color: 3512493.

HSL color Cylindrical-coordinate representation of color #AD9835: hue angle of 49.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9835 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 53 -
CMYK 0 0.12 0.69 0.32
HSL 49.5º 0.53% 0.44% -
HSV(B) 49.5º 0.69% 0.68% -
XYZ 29.1 31.6 7.93 -
YUV 146.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 173 152 53 0 0.12 0.69 0.32 49.5 0.53 0.44
Hex AD 98 35 0 C 45 20 32 35 2C
Octal 255 230 65 0 14 105 40 62 65 54
Binary 10101101 10011000 110101 0 1100 1000101 100000 110010 110101 101100

Color Harmonies of #AD9835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9835

Black with #AD9835

Text Example


Text Example

White with #AD9835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9835; }

 p { color: rgb(173,152,53); }

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

background-color css

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

 a { background-color: rgb(173,152,53); }

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

border-color css

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

 span { border-color: rgb(173,152,53); }

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