Html Css Color HEX #AD882F Reef Gold

📋 copy color: '#AD882F'

red 173 ◦ green 136 ◦ blue 47

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

Shades of Reef Gold #AD882F

Tints of Reef Gold #AD882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 48.6%
G = 38.2%
B = 13.2%

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

#AD882F (or 0xAD882F) is known color: Reef Gold. HEX triplet: AD, 88 and 2F. RGB value is (173,136,47). Sum of RGB (Red+Green+Blue) = 173+136+47=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD882F is #5277D0. Grayscale: #898989. Windows color (decimal): -5404625 or 3115181. OLE color: 3115181.

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

Color convert

RGB 173 136 47 -
CMYK 0 0.21 0.73 0.32
HSL 42.38º 0.57% 0.43% -
HSV(B) 42.38º 0.73% 0.68% -
XYZ 26.55 26.7 6.44 -
YUV 136.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 173 136 47 0 0.21 0.73 0.32 42.38 0.57 0.43
Hex AD 88 2F 0 15 49 20 2A 39 2B
Octal 255 210 57 0 25 111 40 52 71 53
Binary 10101101 10001000 101111 0 10101 1001001 100000 101010 111001 101011

Color Harmonies of #AD882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD882F

Black with #AD882F

Text Example


Text Example

White with #AD882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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