Html Css Color HEX #AD8728 Reef Gold

📋 copy color: '#AD8728'

red 173 ◦ green 135 ◦ blue 40

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

Shades of Reef Gold #AD8728

Tints of Reef Gold #AD8728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 49.71%
G = 38.79%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8728 (or 0xAD8728) is known color: Reef Gold. HEX triplet: AD, 87 and 28. RGB value is (173,135,40). Sum of RGB (Red+Green+Blue) = 173+135+40=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8728 is #5278D7. Grayscale: #878787. Windows color (decimal): -5404888 or 2656173. OLE color: 2656173.

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

Color convert

RGB 173 135 40 -
CMYK 0 0.22 0.77 0.32
HSL 42.86º 0.62% 0.42% -
HSV(B) 42.86º 0.77% 0.68% -
XYZ 26.28 26.37 5.71 -
YUV 135.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 173 135 40 0 0.22 0.77 0.32 42.86 0.62 0.42
Hex AD 87 28 0 16 4D 20 2B 3E 2A
Octal 255 207 50 0 26 115 40 53 76 52
Binary 10101101 10000111 101000 0 10110 1001101 100000 101011 111110 101010

Color Harmonies of #AD8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8728

Black with #AD8728

Text Example


Text Example

White with #AD8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8728; }

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

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

background-color css

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

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

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

border-color css

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

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

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