Html Css Color HEX #AD882E Reef Gold

📋 copy color: '#AD882E'

red 173 ◦ green 136 ◦ blue 46

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

Shades of Reef Gold #AD882E

Tints of Reef Gold #AD882E

RGB

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

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

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

R = 48.73%
G = 38.31%
B = 12.96%

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

#AD882E (or 0xAD882E) is known color: Reef Gold. HEX triplet: AD, 88 and 2E. RGB value is (173,136,46). Sum of RGB (Red+Green+Blue) = 173+136+46=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD882E is #5277D1. Grayscale: #898989. Windows color (decimal): -5404626 or 3049645. OLE color: 3049645.

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

Color convert

RGB 173 136 46 -
CMYK 0 0.21 0.73 0.32
HSL 42.52º 0.58% 0.43% -
HSV(B) 42.52º 0.73% 0.68% -
XYZ 26.53 26.69 6.34 -
YUV 136.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 173 136 46 0 0.21 0.73 0.32 42.52 0.58 0.43
Hex AD 88 2E 0 15 49 20 2B 3A 2B
Octal 255 210 56 0 25 111 40 53 72 53
Binary 10101101 10001000 101110 0 10101 1001001 100000 101011 111010 101011

Color Harmonies of #AD882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD882E

Black with #AD882E

Text Example


Text Example

White with #AD882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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