Html Css Color HEX #AD8730 Reef Gold

📋 copy color: '#AD8730'

red 173 ◦ green 135 ◦ blue 48

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

Shades of Reef Gold #AD8730

Tints of Reef Gold #AD8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.92%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 48.6%
G = 37.92%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8730 (or 0xAD8730) is known color: Reef Gold. HEX triplet: AD, 87 and 30. RGB value is (173,135,48). Sum of RGB (Red+Green+Blue) = 173+135+48=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8730 is #5278CF. Grayscale: #888888. Windows color (decimal): -5404880 or 3180461. OLE color: 3180461.

HSL color Cylindrical-coordinate representation of color #AD8730: hue angle of 41.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8730 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 48 -
CMYK 0 0.22 0.72 0.32
HSL 41.76º 0.57% 0.43% -
HSV(B) 41.76º 0.72% 0.68% -
XYZ 26.43 26.43 6.5 -
YUV 136.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 173 135 48 0 0.22 0.72 0.32 41.76 0.57 0.43
Hex AD 87 30 0 16 48 20 2A 39 2B
Octal 255 207 60 0 26 110 40 52 71 53
Binary 10101101 10000111 110000 0 10110 1001000 100000 101010 111001 101011

Color Harmonies of #AD8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8730

Black with #AD8730

Text Example


Text Example

White with #AD8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8730; }

 p { color: rgb(173,135,48); }

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

background-color css

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

 a { background-color: rgb(173,135,48); }

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

border-color css

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

 span { border-color: rgb(173,135,48); }

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