Html Css Color HEX #A87B0D Dark Goldenrod

📋 copy color: '#A87B0D'

red 168 ◦ green 123 ◦ blue 13

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

Shades of Dark Goldenrod #A87B0D

Tints of Dark Goldenrod #A87B0D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 55.26%
G = 40.46%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A87B0D (or 0xA87B0D) is known color: Dark Goldenrod. HEX triplet: A8, 7B and 0D. RGB value is (168,123,13). Sum of RGB (Red+Green+Blue) = 168+123+13=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87B0D is #5784F2. Grayscale: #7C7C7C. Windows color (decimal): -5735667 or 883624. OLE color: 883624.

HSL color Cylindrical-coordinate representation of color #A87B0D: hue angle of 42.58º 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 #A87B0D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 13 -
CMYK 0 0.27 0.92 0.34
HSL 42.58º 0.86% 0.35% -
HSV(B) 42.58º 0.92% 0.66% -
XYZ 23.3 22.52 3.5 -
YUV 123.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 168 123 13 0 0.27 0.92 0.34 42.58 0.86 0.35
Hex A8 7B D 0 1B 5C 22 2B 56 23
Octal 250 173 15 0 33 134 42 53 126 43
Binary 10101000 1111011 1101 0 11011 1011100 100010 101011 1010110 100011

Color Harmonies of #A87B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B0D

Black with #A87B0D

Text Example


Text Example

White with #A87B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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