Html Css Color HEX #AD872A Reef Gold

📋 copy color: '#AD872A'

red 173 ◦ green 135 ◦ blue 42

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

Shades of Reef Gold #AD872A

Tints of Reef Gold #AD872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 49.43%
G = 38.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD872A (or 0xAD872A) is known color: Reef Gold. HEX triplet: AD, 87 and 2A. RGB value is (173,135,42). Sum of RGB (Red+Green+Blue) = 173+135+42=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD872A is #5278D5. Grayscale: #888888. Windows color (decimal): -5404886 or 2787245. OLE color: 2787245.

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

Color convert

RGB 173 135 42 -
CMYK 0 0.22 0.76 0.32
HSL 42.6º 0.61% 0.42% -
HSV(B) 42.6º 0.76% 0.68% -
XYZ 26.32 26.38 5.9 -
YUV 135.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 173 135 42 0 0.22 0.76 0.32 42.6 0.61 0.42
Hex AD 87 2A 0 16 4C 20 2B 3D 2A
Octal 255 207 52 0 26 114 40 53 75 52
Binary 10101101 10000111 101010 0 10110 1001100 100000 101011 111101 101010

Color Harmonies of #AD872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD872A

Black with #AD872A

Text Example


Text Example

White with #AD872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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