Html Css Color HEX #AD920B Dark Goldenrod

📋 copy color: '#AD920B'

red 173 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #AD920B

Tints of Dark Goldenrod #AD920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 52.42%
G = 44.24%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD920B (or 0xAD920B) is known color: Dark Goldenrod. HEX triplet: AD, 92 and 0B. RGB value is (173,146,11). Sum of RGB (Red+Green+Blue) = 173+146+11=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD920B is #526DF4. Grayscale: #8B8B8B. Windows color (decimal): -5402101 or 758445. OLE color: 758445.

HSL color Cylindrical-coordinate representation of color #AD920B: hue angle of 50º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD920B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 146 11 -
CMYK 0 0.16 0.94 0.32
HSL 50º 0.88% 0.36% -
HSV(B) 50º 0.94% 0.68% -
XYZ 27.57 29.47 4.55 -
YUV 138.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 173 146 11 0 0.16 0.94 0.32 50 0.88 0.36
Hex AD 92 B 0 10 5E 20 32 58 24
Octal 255 222 13 0 20 136 40 62 130 44
Binary 10101101 10010010 1011 0 10000 1011110 100000 110010 1011000 100100

Color Harmonies of #AD920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD920B

Black with #AD920B

Text Example


Text Example

White with #AD920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD920B; }

 p { color: rgb(173,146,11); }

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

background-color css

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

 a { background-color: rgb(173,146,11); }

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

border-color css

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

 span { border-color: rgb(173,146,11); }

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