Html Css Color HEX #AD892E Reef Gold

📋 copy color: '#AD892E'

red 173 ◦ green 137 ◦ blue 46

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

Shades of Reef Gold #AD892E

Tints of Reef Gold #AD892E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 48.6%
G = 38.48%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD892E (or 0xAD892E) is known color: Reef Gold. HEX triplet: AD, 89 and 2E. RGB value is (173,137,46). Sum of RGB (Red+Green+Blue) = 173+137+46=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD892E is #5276D1. Grayscale: #898989. Windows color (decimal): -5404370 or 3049901. OLE color: 3049901.

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

Color convert

RGB 173 137 46 -
CMYK 0 0.21 0.73 0.32
HSL 42.99º 0.58% 0.43% -
HSV(B) 42.99º 0.73% 0.68% -
XYZ 26.67 26.97 6.39 -
YUV 137.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 173 137 46 0 0.21 0.73 0.32 42.99 0.58 0.43
Hex AD 89 2E 0 15 49 20 2B 3A 2B
Octal 255 211 56 0 25 111 40 53 72 53
Binary 10101101 10001001 101110 0 10101 1001001 100000 101011 111010 101011

Color Harmonies of #AD892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD892E

Black with #AD892E

Text Example


Text Example

White with #AD892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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