Html Css Color HEX #AD882B Reef Gold

📋 copy color: '#AD882B'

red 173 ◦ green 136 ◦ blue 43

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

Shades of Reef Gold #AD882B

Tints of Reef Gold #AD882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 49.15%
G = 38.64%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD882B (or 0xAD882B) is known color: Reef Gold. HEX triplet: AD, 88 and 2B. RGB value is (173,136,43). Sum of RGB (Red+Green+Blue) = 173+136+43=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD882B is #5277D4. Grayscale: #888888. Windows color (decimal): -5404629 or 2853037. OLE color: 2853037.

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

Color convert

RGB 173 136 43 -
CMYK 0 0.21 0.75 0.32
HSL 42.92º 0.6% 0.42% -
HSV(B) 42.92º 0.75% 0.68% -
XYZ 26.47 26.67 6.04 -
YUV 136.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 173 136 43 0 0.21 0.75 0.32 42.92 0.6 0.42
Hex AD 88 2B 0 15 4B 20 2B 3C 2A
Octal 255 210 53 0 25 113 40 53 74 52
Binary 10101101 10001000 101011 0 10101 1001011 100000 101011 111100 101010

Color Harmonies of #AD882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD882B

Black with #AD882B

Text Example


Text Example

White with #AD882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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