Html Css Color HEX #AD8926 Reef Gold

📋 copy color: '#AD8926'

red 173 ◦ green 137 ◦ blue 38

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

Shades of Reef Gold #AD8926

Tints of Reef Gold #AD8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 49.71%
G = 39.37%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD8926 (or 0xAD8926) is known color: Reef Gold. HEX triplet: AD, 89 and 26. RGB value is (173,137,38). Sum of RGB (Red+Green+Blue) = 173+137+38=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8926 is #5276D9. Grayscale: #888888. Windows color (decimal): -5404378 or 2525613. OLE color: 2525613.

HSL color Cylindrical-coordinate representation of color #AD8926: hue angle of 44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD8926 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 38 -
CMYK 0 0.21 0.78 0.32
HSL 44º 0.64% 0.41% -
HSV(B) 44º 0.78% 0.68% -
XYZ 26.53 26.92 5.63 -
YUV 136.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 173 137 38 0 0.21 0.78 0.32 44 0.64 0.41
Hex AD 89 26 0 15 4E 20 2C 40 29
Octal 255 211 46 0 25 116 40 54 100 51
Binary 10101101 10001001 100110 0 10101 1001110 100000 101100 1000000 101001

Color Harmonies of #AD8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8926

Black with #AD8926

Text Example


Text Example

White with #AD8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8926; }

 p { color: rgb(173,137,38); }

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

background-color css

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

 a { background-color: rgb(173,137,38); }

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

border-color css

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

 span { border-color: rgb(173,137,38); }

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