Html Css Color HEX #A87C0D Dark Goldenrod

📋 copy color: '#A87C0D'

red 168 ◦ green 124 ◦ blue 13

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

Shades of Dark Goldenrod #A87C0D

Tints of Dark Goldenrod #A87C0D

RGB

 RED value IS 168 (66.02% from 255) = 55.08%

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 55.08%
G = 40.66%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A87C0D (or 0xA87C0D) is known color: Dark Goldenrod. HEX triplet: A8, 7C and 0D. RGB value is (168,124,13). Sum of RGB (Red+Green+Blue) = 168+124+13=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C0D is #5783F2. Grayscale: #7C7C7C. Windows color (decimal): -5735411 or 883880. OLE color: 883880.

HSL color Cylindrical-coordinate representation of color #A87C0D: hue angle of 42.97º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A87C0D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 124 13 -
CMYK 0 0.26 0.92 0.34
HSL 42.97º 0.86% 0.35% -
HSV(B) 42.97º 0.92% 0.66% -
XYZ 23.43 22.77 3.54 -
YUV 124.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 168 124 13 0 0.26 0.92 0.34 42.97 0.86 0.35
Hex A8 7C D 0 1A 5C 22 2B 56 23
Octal 250 174 15 0 32 134 42 53 126 43
Binary 10101000 1111100 1101 0 11010 1011100 100010 101011 1010110 100011

Color Harmonies of #A87C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C0D

Black with #A87C0D

Text Example


Text Example

White with #A87C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C0D; }

 p { color: rgb(168,124,13); }

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

background-color css

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

 a { background-color: rgb(168,124,13); }

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

border-color css

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

 span { border-color: rgb(168,124,13); }

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