Html Css Color HEX #A87B05 Dark Goldenrod

📋 copy color: '#A87B05'

red 168 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #A87B05

Tints of Dark Goldenrod #A87B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 56.76%
G = 41.55%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A87B05 (or 0xA87B05) is known color: Dark Goldenrod. HEX triplet: A8, 7B and 05. RGB value is (168,123,5). Sum of RGB (Red+Green+Blue) = 168+123+5=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87B05 is #5784FA. Grayscale: #7B7B7B. Windows color (decimal): -5735675 or 359336. OLE color: 359336.

HSL color Cylindrical-coordinate representation of color #A87B05: hue angle of 43.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A87B05 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 5 -
CMYK 0 0.27 0.97 0.34
HSL 43.44º 0.94% 0.34% -
HSV(B) 43.44º 0.97% 0.66% -
XYZ 23.26 22.5 3.26 -
YUV 123 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 168 123 5 0 0.27 0.97 0.34 43.44 0.94 0.34
Hex A8 7B 5 0 1B 61 22 2B 5E 22
Octal 250 173 5 0 33 141 42 53 136 42
Binary 10101000 1111011 101 0 11011 1100001 100010 101011 1011110 100010

Color Harmonies of #A87B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B05

Black with #A87B05

Text Example


Text Example

White with #A87B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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