Html Css Color HEX #AD852B Reef Gold

📋 copy color: '#AD852B'

red 173 ◦ green 133 ◦ blue 43

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

Shades of Reef Gold #AD852B

Tints of Reef Gold #AD852B

RGB

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

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

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

R = 49.57%
G = 38.11%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD852B (or 0xAD852B) is known color: Reef Gold. HEX triplet: AD, 85 and 2B. RGB value is (173,133,43). Sum of RGB (Red+Green+Blue) = 173+133+43=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD852B is #527AD4. Grayscale: #878787. Windows color (decimal): -5405397 or 2852269. OLE color: 2852269.

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

Color convert

RGB 173 133 43 -
CMYK 0 0.23 0.75 0.32
HSL 41.54º 0.6% 0.42% -
HSV(B) 41.54º 0.75% 0.68% -
XYZ 26.06 25.83 5.9 -
YUV 134.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 173 133 43 0 0.23 0.75 0.32 41.54 0.6 0.42
Hex AD 85 2B 0 17 4B 20 2A 3C 2A
Octal 255 205 53 0 27 113 40 52 74 52
Binary 10101101 10000101 101011 0 10111 1001011 100000 101010 111100 101010

Color Harmonies of #AD852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD852B

Black with #AD852B

Text Example


Text Example

White with #AD852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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