Html Css Color HEX #AD8628 Reef Gold

📋 copy color: '#AD8628'

red 173 ◦ green 134 ◦ blue 40

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

Shades of Reef Gold #AD8628

Tints of Reef Gold #AD8628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

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

R = 49.86%
G = 38.62%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8628 (or 0xAD8628) is known color: Reef Gold. HEX triplet: AD, 86 and 28. RGB value is (173,134,40). Sum of RGB (Red+Green+Blue) = 173+134+40=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8628 is #5279D7. Grayscale: #878787. Windows color (decimal): -5405144 or 2655917. OLE color: 2655917.

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

Color convert

RGB 173 134 40 -
CMYK 0 0.23 0.77 0.32
HSL 42.41º 0.62% 0.42% -
HSV(B) 42.41º 0.77% 0.68% -
XYZ 26.14 26.09 5.67 -
YUV 134.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 173 134 40 0 0.23 0.77 0.32 42.41 0.62 0.42
Hex AD 86 28 0 17 4D 20 2A 3E 2A
Octal 255 206 50 0 27 115 40 52 76 52
Binary 10101101 10000110 101000 0 10111 1001101 100000 101010 111110 101010

Color Harmonies of #AD8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8628

Black with #AD8628

Text Example


Text Example

White with #AD8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8628; }

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

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

background-color css

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

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

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

border-color css

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

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

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