Html Css Color HEX #AD852F Reef Gold

📋 copy color: '#AD852F'

red 173 ◦ green 133 ◦ blue 47

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

Shades of Reef Gold #AD852F

Tints of Reef Gold #AD852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

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

R = 49.01%
G = 37.68%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD852F (or 0xAD852F) is known color: Reef Gold. HEX triplet: AD, 85 and 2F. RGB value is (173,133,47). Sum of RGB (Red+Green+Blue) = 173+133+47=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD852F is #527AD0. Grayscale: #878787. Windows color (decimal): -5405393 or 3114413. OLE color: 3114413.

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

Color convert

RGB 173 133 47 -
CMYK 0 0.23 0.73 0.32
HSL 40.95º 0.57% 0.43% -
HSV(B) 40.95º 0.73% 0.68% -
XYZ 26.13 25.86 6.3 -
YUV 135.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 173 133 47 0 0.23 0.73 0.32 40.95 0.57 0.43
Hex AD 85 2F 0 17 49 20 29 39 2B
Octal 255 205 57 0 27 111 40 51 71 53
Binary 10101101 10000101 101111 0 10111 1001001 100000 101001 111001 101011

Color Harmonies of #AD852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD852F

Black with #AD852F

Text Example


Text Example

White with #AD852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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