Html Css Color HEX #A18907 Dark Goldenrod

📋 copy color: '#A18907'

red 161 ◦ green 137 ◦ blue 7

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

Shades of Dark Goldenrod #A18907

Tints of Dark Goldenrod #A18907

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 52.79%
G = 44.92%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A18907 (or 0xA18907) is known color: Dark Goldenrod. HEX triplet: A1, 89 and 07. RGB value is (161,137,7). Sum of RGB (Red+Green+Blue) = 161+137+7=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A18907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18907 is #5E76F8. Grayscale: #818181. Windows color (decimal): -6190841 or 493985. OLE color: 493985.

HSL color Cylindrical-coordinate representation of color #A18907: hue angle of 50.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18907 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 7 -
CMYK 0 0.15 0.96 0.37
HSL 50.65º 0.92% 0.33% -
HSV(B) 50.65º 0.96% 0.63% -
XYZ 23.68 25.48 3.87 -
YUV 129.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 161 137 7 0 0.15 0.96 0.37 50.65 0.92 0.33
Hex A1 89 7 0 F 60 25 33 5C 21
Octal 241 211 7 0 17 140 45 63 134 41
Binary 10100001 10001001 111 0 1111 1100000 100101 110011 1011100 100001

Color Harmonies of #A18907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18907

Black with #A18907

Text Example


Text Example

White with #A18907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18907; }

 p { color: rgb(161,137,7); }

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

background-color css

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

 a { background-color: rgb(161,137,7); }

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

border-color css

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

 span { border-color: rgb(161,137,7); }

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