Html Css Color HEX #AD892F Reef Gold

📋 copy color: '#AD892F'

red 173 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #AD892F

Tints of Reef Gold #AD892F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 48.46%
G = 38.38%
B = 13.17%

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

#AD892F (or 0xAD892F) is known color: Reef Gold. HEX triplet: AD, 89 and 2F. RGB value is (173,137,47). Sum of RGB (Red+Green+Blue) = 173+137+47=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD892F is #5276D0. Grayscale: #898989. Windows color (decimal): -5404369 or 3115437. OLE color: 3115437.

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

Color convert

RGB 173 137 47 -
CMYK 0 0.21 0.73 0.32
HSL 42.86º 0.57% 0.43% -
HSV(B) 42.86º 0.73% 0.68% -
XYZ 26.69 26.98 6.49 -
YUV 137.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 173 137 47 0 0.21 0.73 0.32 42.86 0.57 0.43
Hex AD 89 2F 0 15 49 20 2B 39 2B
Octal 255 211 57 0 25 111 40 53 71 53
Binary 10101101 10001001 101111 0 10101 1001001 100000 101011 111001 101011

Color Harmonies of #AD892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD892F

Black with #AD892F

Text Example


Text Example

White with #AD892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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