Html Css Color HEX #AD8827 Reef Gold

📋 copy color: '#AD8827'

red 173 ◦ green 136 ◦ blue 39

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

Shades of Reef Gold #AD8827

Tints of Reef Gold #AD8827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 49.71%
G = 39.08%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8827 (or 0xAD8827) is known color: Reef Gold. HEX triplet: AD, 88 and 27. RGB value is (173,136,39). Sum of RGB (Red+Green+Blue) = 173+136+39=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8827 is #5277D8. Grayscale: #888888. Windows color (decimal): -5404633 or 2590893. OLE color: 2590893.

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

Color convert

RGB 173 136 39 -
CMYK 0 0.21 0.77 0.32
HSL 43.43º 0.63% 0.42% -
HSV(B) 43.43º 0.77% 0.68% -
XYZ 26.4 26.64 5.67 -
YUV 136.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 173 136 39 0 0.21 0.77 0.32 43.43 0.63 0.42
Hex AD 88 27 0 15 4D 20 2B 3F 2A
Octal 255 210 47 0 25 115 40 53 77 52
Binary 10101101 10001000 100111 0 10101 1001101 100000 101011 111111 101010

Color Harmonies of #AD8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8827

Black with #AD8827

Text Example


Text Example

White with #AD8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8827; }

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

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

background-color css

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

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

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

border-color css

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

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

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