Html Css Color HEX #AD830F Dark Goldenrod

📋 copy color: '#AD830F'

red 173 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #AD830F

Tints of Dark Goldenrod #AD830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 54.23%
G = 41.07%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD830F (or 0xAD830F) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 0F. RGB value is (173,131,15). Sum of RGB (Red+Green+Blue) = 173+131+15=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD830F is #527CF0. Grayscale: #828282. Windows color (decimal): -5405937 or 1016749. OLE color: 1016749.

HSL color Cylindrical-coordinate representation of color #AD830F: hue angle of 44.05º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD830F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 15 -
CMYK 0 0.24 0.91 0.32
HSL 44.05º 0.84% 0.37% -
HSV(B) 44.05º 0.91% 0.68% -
XYZ 25.44 25.15 3.97 -
YUV 130.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 173 131 15 0 0.24 0.91 0.32 44.05 0.84 0.37
Hex AD 83 F 0 18 5B 20 2C 54 25
Octal 255 203 17 0 30 133 40 54 124 45
Binary 10101101 10000011 1111 0 11000 1011011 100000 101100 1010100 100101

Color Harmonies of #AD830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD830F

Black with #AD830F

Text Example


Text Example

White with #AD830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD830F; }

 p { color: rgb(173,131,15); }

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

background-color css

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

 a { background-color: rgb(173,131,15); }

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

border-color css

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

 span { border-color: rgb(173,131,15); }

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