Html Css Color HEX #AD892A Reef Gold

📋 copy color: '#AD892A'

red 173 ◦ green 137 ◦ blue 42

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

Shades of Reef Gold #AD892A

Tints of Reef Gold #AD892A

RGB

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

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

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

R = 49.15%
G = 38.92%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD892A (or 0xAD892A) is known color: Reef Gold. HEX triplet: AD, 89 and 2A. RGB value is (173,137,42). Sum of RGB (Red+Green+Blue) = 173+137+42=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD892A is #5276D5. Grayscale: #898989. Windows color (decimal): -5404374 or 2787757. OLE color: 2787757.

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

Color convert

RGB 173 137 42 -
CMYK 0 0.21 0.76 0.32
HSL 43.51º 0.61% 0.42% -
HSV(B) 43.51º 0.76% 0.68% -
XYZ 26.6 26.94 5.99 -
YUV 136.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 173 137 42 0 0.21 0.76 0.32 43.51 0.61 0.42
Hex AD 89 2A 0 15 4C 20 2C 3D 2A
Octal 255 211 52 0 25 114 40 54 75 52
Binary 10101101 10001001 101010 0 10101 1001100 100000 101100 111101 101010

Color Harmonies of #AD892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD892A

Black with #AD892A

Text Example


Text Example

White with #AD892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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