Html Css Color HEX #AD8826 Reef Gold

📋 copy color: '#AD8826'

red 173 ◦ green 136 ◦ blue 38

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

Shades of Reef Gold #AD8826

Tints of Reef Gold #AD8826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 49.86%
G = 39.19%
B = 10.95%

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

#AD8826 (or 0xAD8826) is known color: Reef Gold. HEX triplet: AD, 88 and 26. RGB value is (173,136,38). Sum of RGB (Red+Green+Blue) = 173+136+38=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8826 is #5277D9. Grayscale: #888888. Windows color (decimal): -5404634 or 2525357. OLE color: 2525357.

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

Color convert

RGB 173 136 38 -
CMYK 0 0.21 0.78 0.32
HSL 43.56º 0.64% 0.41% -
HSV(B) 43.56º 0.78% 0.68% -
XYZ 26.39 26.63 5.58 -
YUV 135.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 173 136 38 0 0.21 0.78 0.32 43.56 0.64 0.41
Hex AD 88 26 0 15 4E 20 2C 40 29
Octal 255 210 46 0 25 116 40 54 100 51
Binary 10101101 10001000 100110 0 10101 1001110 100000 101100 1000000 101001

Color Harmonies of #AD8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8826

Black with #AD8826

Text Example


Text Example

White with #AD8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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