Html Css Color HEX #AD892D Reef Gold

📋 copy color: '#AD892D'

red 173 ◦ green 137 ◦ blue 45

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

Shades of Reef Gold #AD892D

Tints of Reef Gold #AD892D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 48.73%
G = 38.59%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD892D (or 0xAD892D) is known color: Reef Gold. HEX triplet: AD, 89 and 2D. RGB value is (173,137,45). Sum of RGB (Red+Green+Blue) = 173+137+45=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD892D is #5276D2. Grayscale: #898989. Windows color (decimal): -5404371 or 2984365. OLE color: 2984365.

HSL color Cylindrical-coordinate representation of color #AD892D: hue angle of 43.12º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD892D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 45 -
CMYK 0 0.21 0.74 0.32
HSL 43.13º 0.59% 0.43% -
HSV(B) 43.13º 0.74% 0.68% -
XYZ 26.65 26.97 6.28 -
YUV 137.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 173 137 45 0 0.21 0.74 0.32 43.13 0.59 0.43
Hex AD 89 2D 0 15 4A 20 2B 3B 2B
Octal 255 211 55 0 25 112 40 53 73 53
Binary 10101101 10001001 101101 0 10101 1001010 100000 101011 111011 101011

Color Harmonies of #AD892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD892D

Black with #AD892D

Text Example


Text Example

White with #AD892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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