Html Css Color HEX #AD912B Reef Gold

📋 copy color: '#AD912B'

red 173 ◦ green 145 ◦ blue 43

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

Shades of Reef Gold #AD912B

Tints of Reef Gold #AD912B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 47.92%
G = 40.17%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD912B (or 0xAD912B) is known color: Reef Gold. HEX triplet: AD, 91 and 2B. RGB value is (173,145,43). Sum of RGB (Red+Green+Blue) = 173+145+43=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD912B is #526ED4. Grayscale: #8E8E8E. Windows color (decimal): -5402325 or 2855341. OLE color: 2855341.

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

Color convert

RGB 173 145 43 -
CMYK 0 0.16 0.75 0.32
HSL 47.08º 0.6% 0.42% -
HSV(B) 47.08º 0.75% 0.68% -
XYZ 27.8 29.31 6.48 -
YUV 141.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 173 145 43 0 0.16 0.75 0.32 47.08 0.6 0.42
Hex AD 91 2B 0 10 4B 20 2F 3C 2A
Octal 255 221 53 0 20 113 40 57 74 52
Binary 10101101 10010001 101011 0 10000 1001011 100000 101111 111100 101010

Color Harmonies of #AD912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD912B

Black with #AD912B

Text Example


Text Example

White with #AD912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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