Html Css Color HEX #AD852A Reef Gold

📋 copy color: '#AD852A'

red 173 ◦ green 133 ◦ blue 42

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

Shades of Reef Gold #AD852A

Tints of Reef Gold #AD852A

RGB

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

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

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

R = 49.71%
G = 38.22%
B = 12.07%

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

#AD852A (or 0xAD852A) is known color: Reef Gold. HEX triplet: AD, 85 and 2A. RGB value is (173,133,42). Sum of RGB (Red+Green+Blue) = 173+133+42=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD852A is #527AD5. Grayscale: #868686. Windows color (decimal): -5405398 or 2786733. OLE color: 2786733.

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

Color convert

RGB 173 133 42 -
CMYK 0 0.23 0.76 0.32
HSL 41.68º 0.61% 0.42% -
HSV(B) 41.68º 0.76% 0.68% -
XYZ 26.04 25.83 5.8 -
YUV 134.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 173 133 42 0 0.23 0.76 0.32 41.68 0.61 0.42
Hex AD 85 2A 0 17 4C 20 2A 3D 2A
Octal 255 205 52 0 27 114 40 52 75 52
Binary 10101101 10000101 101010 0 10111 1001100 100000 101010 111101 101010

Color Harmonies of #AD852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD852A

Black with #AD852A

Text Example


Text Example

White with #AD852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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