Html Css Color HEX #AD862A Reef Gold

📋 copy color: '#AD862A'

red 173 ◦ green 134 ◦ blue 42

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

Shades of Reef Gold #AD862A

Tints of Reef Gold #AD862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 49.57%
G = 38.4%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD862A (or 0xAD862A) is known color: Reef Gold. HEX triplet: AD, 86 and 2A. RGB value is (173,134,42). Sum of RGB (Red+Green+Blue) = 173+134+42=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD862A is #5279D5. Grayscale: #878787. Windows color (decimal): -5405142 or 2786989. OLE color: 2786989.

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

Color convert

RGB 173 134 42 -
CMYK 0 0.23 0.76 0.32
HSL 42.14º 0.61% 0.42% -
HSV(B) 42.14º 0.76% 0.68% -
XYZ 26.18 26.1 5.85 -
YUV 135.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 173 134 42 0 0.23 0.76 0.32 42.14 0.61 0.42
Hex AD 86 2A 0 17 4C 20 2A 3D 2A
Octal 255 206 52 0 27 114 40 52 75 52
Binary 10101101 10000110 101010 0 10111 1001100 100000 101010 111101 101010

Color Harmonies of #AD862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD862A

Black with #AD862A

Text Example


Text Example

White with #AD862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD862A; }

 p { color: rgb(173,134,42); }

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

background-color css

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

 a { background-color: rgb(173,134,42); }

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

border-color css

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

 span { border-color: rgb(173,134,42); }

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