Html Css Color HEX #A17B01 Dark Goldenrod

📋 copy color: '#A17B01'

red 161 ◦ green 123 ◦ blue 1

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

Shades of Dark Goldenrod #A17B01

Tints of Dark Goldenrod #A17B01

RGB

 RED value IS 161 (63.28% from 255) = 56.49%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 56.49%
G = 43.16%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A17B01 (or 0xA17B01) is known color: Dark Goldenrod. HEX triplet: A1, 7B and 01. RGB value is (161,123,1). Sum of RGB (Red+Green+Blue) = 161+123+1=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B01 is #5E84FE. Grayscale: #787878. Windows color (decimal): -6194431 or 97185. OLE color: 97185.

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

Color convert

RGB 161 123 1 -
CMYK 0 0.24 0.99 0.37
HSL 45.75º 0.99% 0.32% -
HSV(B) 45.75º 0.99% 0.63% -
XYZ 21.79 21.75 3.08 -
YUV 120.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 161 123 1 0 0.24 0.99 0.37 45.75 0.99 0.32
Hex A1 7B 1 0 18 63 25 2E 63 20
Octal 241 173 1 0 30 143 45 56 143 40
Binary 10100001 1111011 1 0 11000 1100011 100101 101110 1100011 100000

Color Harmonies of #A17B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B01

Black with #A17B01

Text Example


Text Example

White with #A17B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B01; }

 p { color: rgb(161,123,1); }

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

background-color css

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

 a { background-color: rgb(161,123,1); }

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

border-color css

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

 span { border-color: rgb(161,123,1); }

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